Struct windows_sys::Win32::Security::Authorization::UI::SI_OBJECT_INFO
[−]#[repr(C)]pub struct SI_OBJECT_INFO {
pub dwFlags: SI_OBJECT_INFO_FLAGS,
pub hInstance: HINSTANCE,
pub pszServerName: PWSTR,
pub pszObjectName: PWSTR,
pub pszPageTitle: PWSTR,
pub guidObjectType: GUID,
}Expand description
Required features: ‘Win32_Security_Authorization_UI’, ‘Win32_Foundation’
Fields
dwFlags: SI_OBJECT_INFO_FLAGShInstance: HINSTANCEpszServerName: PWSTRpszObjectName: PWSTRpszPageTitle: PWSTRguidObjectType: GUID