Struct windows_sys::Win32::System::EventLog::EVT_RPC_LOGIN
[−]#[repr(C)]pub struct EVT_RPC_LOGIN {
pub Server: PWSTR,
pub User: PWSTR,
pub Domain: PWSTR,
pub Password: PWSTR,
pub Flags: u32,
}Expand description
Required features: ‘Win32_System_EventLog’, ‘Win32_Foundation’
Fields
Server: PWSTRUser: PWSTRDomain: PWSTRPassword: PWSTRFlags: u32