#[repr(C)]
pub struct CRYPTUI_VIEWCERTIFICATE_STRUCTW {
Show 18 fields pub dwSize: u32, pub hwndParent: HWND, pub dwFlags: CRYPTUI_VIEWCERTIFICATE_FLAGS, pub szTitle: PCWSTR, pub pCertContext: *const CERT_CONTEXT, pub rgszPurposes: *mut PSTR, pub cPurposes: u32, pub Anonymous: CRYPTUI_VIEWCERTIFICATE_STRUCTW_0, pub fpCryptProviderDataTrustedUsage: BOOL, pub idxSigner: u32, pub idxCert: u32, pub fCounterSigner: BOOL, pub idxCounterSigner: u32, pub cStores: u32, pub rghStores: *mut HCERTSTORE, pub cPropSheetPages: u32, pub rgPropSheetPages: *mut PROPSHEETPAGEW, pub nStartPage: u32,
}
Expand description

Required features: "Win32_Security_Cryptography_UI", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Security_Cryptography_Catalog", "Win32_Security_Cryptography_Sip", "Win32_Security_WinTrust", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging"

Fields

dwSize: u32hwndParent: HWNDdwFlags: CRYPTUI_VIEWCERTIFICATE_FLAGSszTitle: PCWSTRpCertContext: *const CERT_CONTEXTrgszPurposes: *mut PSTRcPurposes: u32Anonymous: CRYPTUI_VIEWCERTIFICATE_STRUCTW_0fpCryptProviderDataTrustedUsage: BOOLidxSigner: u32idxCert: u32fCounterSigner: BOOLidxCounterSigner: u32cStores: u32rghStores: *mut HCERTSTOREcPropSheetPages: u32rgPropSheetPages: *mut PROPSHEETPAGEWnStartPage: u32

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.