Sha256: 8c8d9d22daa1abd9404bd90474a650e7a1ffeabc50513f474d828bd69e5c3130
Contents?: true
Size: 1 KB
Versions: 8
Compression:
Stored size: 1 KB
Contents
#[cfg(feature = "Win32_Networking_WinSock")] windows_targets::link!("ualapi.dll" "system" fn UalInstrument(data : *const UAL_DATA_BLOB) -> windows_sys::core::HRESULT); windows_targets::link!("ualapi.dll" "system" fn UalRegisterProduct(wszproductname : windows_sys::core::PCWSTR, wszrolename : windows_sys::core::PCWSTR, wszguid : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_Networking_WinSock")] windows_targets::link!("ualapi.dll" "system" fn UalStart(data : *const UAL_DATA_BLOB) -> windows_sys::core::HRESULT); #[cfg(feature = "Win32_Networking_WinSock")] windows_targets::link!("ualapi.dll" "system" fn UalStop(data : *const UAL_DATA_BLOB) -> windows_sys::core::HRESULT); #[repr(C)] #[cfg(feature = "Win32_Networking_WinSock")] #[derive(Clone, Copy)] pub struct UAL_DATA_BLOB { pub Size: u32, pub RoleGuid: windows_sys::core::GUID, pub TenantId: windows_sys::core::GUID, pub Address: super::super::Networking::WinSock::SOCKADDR_STORAGE, pub UserName: [u16; 260], }
Version data entries
8 entries across 8 versions & 1 rubygems