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_Foundation’, ‘Win32_Networking_WinSock’
Fields
Size: u32RoleGuid: GUIDTenantId: GUIDAddress: SOCKADDR_STORAGEUserName: [u16; 260]