#[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: u32
hwndParent: HWND
hInstance: HINSTANCE
dwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGS
szTitle: PCSTR
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: PCSTR
dwHelpId: u32
nStartPage: u32
cArrayPropSheetPages: u32
arrayPropSheetPages: *mut PROPSHEETPAGEA
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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