Struct windows_sys::Win32::System::GroupPolicy::POLICYSETTINGSTATUSINFO
#[repr(C)]pub struct POLICYSETTINGSTATUSINFO {
pub szKey: PWSTR,
pub szEventSource: PWSTR,
pub szEventLogName: PWSTR,
pub dwEventID: u32,
pub dwErrorCode: u32,
pub status: SETTINGSTATUS,
pub timeLogged: SYSTEMTIME,
}Expand description
Required features: "Win32_System_GroupPolicy", "Win32_Foundation"
Fields§
§szKey: PWSTR§szEventSource: PWSTR§szEventLogName: PWSTR§dwEventID: u32§dwErrorCode: u32§status: SETTINGSTATUS§timeLogged: SYSTEMTIME