Struct windows_sys::Win32::Security::Cryptography::Catalog::CRYPTCATSTORE
#[repr(C)]pub struct CRYPTCATSTORE {
pub cbStruct: u32,
pub dwPublicVersion: u32,
pub pwszP7File: PWSTR,
pub hProv: usize,
pub dwEncodingType: u32,
pub fdwStoreFlags: CRYPTCAT_OPEN_FLAGS,
pub hReserved: HANDLE,
pub hAttrs: HANDLE,
pub hCryptMsg: *mut c_void,
pub hSorted: HANDLE,
}
Expand description
Required features: "Win32_Security_Cryptography_Catalog"
, "Win32_Foundation"
Fields§
§cbStruct: u32
§dwPublicVersion: u32
§pwszP7File: PWSTR
§hProv: usize
§dwEncodingType: u32
§fdwStoreFlags: CRYPTCAT_OPEN_FLAGS
§hReserved: HANDLE
§hAttrs: HANDLE
§hCryptMsg: *mut c_void
§hSorted: HANDLE