Struct windows_sys::Win32::System::UserAccessLogging::UAL_DATA_BLOB
#[repr(C)]pub struct UAL_DATA_BLOB {
pub Size: u32,
pub RoleGuid: GUID,
pub TenantId: GUID,
pub Address: SOCKADDR_STORAGE,
pub UserName: [u16; 260],
}Expand description
Required features: "Win32_System_UserAccessLogging", "Win32_Networking_WinSock"
Fields§
§Size: u32§RoleGuid: GUID§TenantId: GUID§Address: SOCKADDR_STORAGE§UserName: [u16; 260]