Struct windows_sys::Win32::Security::Cryptography::CTL_CONTEXT
#[repr(C)]pub struct CTL_CONTEXT {
pub dwMsgAndCertEncodingType: u32,
pub pbCtlEncoded: *mut u8,
pub cbCtlEncoded: u32,
pub pCtlInfo: *mut CTL_INFO,
pub hCertStore: HCERTSTORE,
pub hCryptMsg: *mut c_void,
pub pbCtlContent: *mut u8,
pub cbCtlContent: u32,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields§
§dwMsgAndCertEncodingType: u32§pbCtlEncoded: *mut u8§cbCtlEncoded: u32§pCtlInfo: *mut CTL_INFO§hCertStore: HCERTSTORE§hCryptMsg: *mut c_void§pbCtlContent: *mut u8§cbCtlContent: u32