#[repr(C)]pub struct CERT_VIEWPROPERTIES_STRUCT_A {Show 22 fields
pub dwSize: u32,
pub hwndParent: HWND,
pub hInstance: HINSTANCE,
pub dwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGS,
pub szTitle: PCSTR,
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: PCSTR,
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: u32hwndParent: HWNDhInstance: HINSTANCEdwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGSszTitle: PCSTRpCertContext: *const CERT_CONTEXTarrayPurposes: *mut PSTRcArrayPurposes: u32cRootStores: u32rghstoreRoots: *mut HCERTSTOREcStores: u32rghstoreCAs: *mut HCERTSTOREcTrustStores: u32rghstoreTrust: *mut HCERTSTOREhprov: usizelCustData: LPARAMdwPad: u32szHelpFileName: PCSTRdwHelpId: u32nStartPage: u32cArrayPropSheetPages: u32arrayPropSheetPages: *mut PROPSHEETPAGEATrait Implementations
impl Clone for CERT_VIEWPROPERTIES_STRUCT_A
impl Clone for CERT_VIEWPROPERTIES_STRUCT_A
impl Copy for CERT_VIEWPROPERTIES_STRUCT_A
Auto Trait Implementations
impl RefUnwindSafe for CERT_VIEWPROPERTIES_STRUCT_A
impl !Send for CERT_VIEWPROPERTIES_STRUCT_A
impl !Sync for CERT_VIEWPROPERTIES_STRUCT_A
impl Unpin for CERT_VIEWPROPERTIES_STRUCT_A
impl UnwindSafe for CERT_VIEWPROPERTIES_STRUCT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more