#[repr(C)]
pub struct CERT_VIEWPROPERTIES_STRUCT_W {
Show 22 fields pub dwSize: u32, pub hwndParent: HWND, pub hInstance: HINSTANCE, pub dwFlags: CERT_VIEWPROPERTIES_STRUCT_FLAGS, pub szTitle: PWSTR, pub pCertContext: *mut CERT_CONTEXT, pub arrayPurposes: *mut PSTR, pub cArrayPurposes: u32, pub cRootStores: u32, pub rghstoreRoots: *mut *mut c_void, pub cStores: u32, pub rghstoreCAs: *mut *mut c_void, pub cTrustStores: u32, pub rghstoreTrust: *mut *mut c_void, pub hprov: usize, pub lCustData: LPARAM, pub dwPad: u32, pub szHelpFileName: PWSTR, 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: PWSTRpCertContext: *mut CERT_CONTEXTarrayPurposes: *mut PSTRcArrayPurposes: u32cRootStores: u32rghstoreRoots: *mut *mut c_voidcStores: u32rghstoreCAs: *mut *mut c_voidcTrustStores: u32rghstoreTrust: *mut *mut c_voidhprov: usizelCustData: LPARAMdwPad: u32szHelpFileName: PWSTRdwHelpId: u32nStartPage: u32cArrayPropSheetPages: u32arrayPropSheetPages: *mut PROPSHEETPAGEA

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.