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"
Fields§
§Server: PWSTR§User: PWSTR§Domain: PWSTR§Password: PWSTR§Flags: u32