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: PWSTRszEventSource: PWSTRszEventLogName: PWSTRdwEventID: u32dwErrorCode: u32status: SETTINGSTATUStimeLogged: SYSTEMTIME