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: HMODULE,
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_FLAGS§hInstance: HMODULE§pszServerName: PWSTR§pszObjectName: PWSTR§pszPageTitle: PWSTR§guidObjectType: GUID