Struct windows_sys::Win32::Security::Cryptography::UI::CERT_SELECT_STRUCT_W
[−]#[repr(C)]pub struct CERT_SELECT_STRUCT_W {Show 17 fields
pub dwSize: u32,
pub hwndParent: HWND,
pub hInstance: HINSTANCE,
pub pTemplateName: PCWSTR,
pub dwFlags: CERT_SELECT_STRUCT_FLAGS,
pub szTitle: PCWSTR,
pub cCertStore: u32,
pub arrayCertStore: *mut HCERTSTORE,
pub szPurposeOid: PCSTR,
pub cCertContext: u32,
pub arrayCertContext: *mut *mut CERT_CONTEXT,
pub lCustData: LPARAM,
pub pfnHook: PFNCMHOOKPROC,
pub pfnFilter: PFNCMFILTERPROC,
pub szHelpFileName: PCWSTR,
pub dwHelpId: u32,
pub hprov: usize,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields
dwSize: u32
hwndParent: HWND
hInstance: HINSTANCE
pTemplateName: PCWSTR
dwFlags: CERT_SELECT_STRUCT_FLAGS
szTitle: PCWSTR
cCertStore: u32
arrayCertStore: *mut HCERTSTORE
szPurposeOid: PCSTR
cCertContext: u32
arrayCertContext: *mut *mut CERT_CONTEXT
lCustData: LPARAM
pfnHook: PFNCMHOOKPROC
pfnFilter: PFNCMFILTERPROC
szHelpFileName: PCWSTR
dwHelpId: u32
hprov: usize
Trait Implementations
impl Clone for CERT_SELECT_STRUCT_W
impl Clone for CERT_SELECT_STRUCT_W
impl Copy for CERT_SELECT_STRUCT_W
Auto Trait Implementations
impl RefUnwindSafe for CERT_SELECT_STRUCT_W
impl !Send for CERT_SELECT_STRUCT_W
impl !Sync for CERT_SELECT_STRUCT_W
impl Unpin for CERT_SELECT_STRUCT_W
impl UnwindSafe for CERT_SELECT_STRUCT_W
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