Struct windows_sys::Win32::Security::Cryptography::UI::CERT_VIEWPROPERTIES_STRUCT_W
#[repr(C)]pub struct CERT_VIEWPROPERTIES_STRUCT_W {Show 22 fields
pub dwSize: u32,
pub hwndParent: HWND,
pub hInstance: HMODULE,
pub dwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGS,
pub szTitle: PCWSTR,
pub pCertContext: *const CERT_CONTEXT,
pub arrayPurposes: *mut PSTR,
pub cArrayPurposes: u32,
pub cRootStores: u32,
pub rghstoreRoots: *mut HCERTSTORE,
pub cStores: u32,
pub rghstoreCAs: *mut HCERTSTORE,
pub cTrustStores: u32,
pub rghstoreTrust: *mut HCERTSTORE,
pub hprov: usize,
pub lCustData: LPARAM,
pub dwPad: u32,
pub szHelpFileName: PCWSTR,
pub dwHelpId: u32,
pub nStartPage: u32,
pub cArrayPropSheetPages: u32,
pub arrayPropSheetPages: *mut PROPSHEETPAGEA,
}Expand description
Required features: "Win32_Security_Cryptography_UI", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging"
Fields§
§dwSize: u32§hwndParent: HWND§hInstance: HMODULE§dwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGS§szTitle: PCWSTR§pCertContext: *const CERT_CONTEXT§arrayPurposes: *mut PSTR§cArrayPurposes: u32§cRootStores: u32§rghstoreRoots: *mut HCERTSTORE§cStores: u32§rghstoreCAs: *mut HCERTSTORE§cTrustStores: u32§rghstoreTrust: *mut HCERTSTORE§hprov: usize§lCustData: LPARAM§dwPad: u32§szHelpFileName: PCWSTR§dwHelpId: u32§nStartPage: u32§cArrayPropSheetPages: u32§arrayPropSheetPages: *mut PROPSHEETPAGEA