Struct windows_sys::Win32::Security::Cryptography::CMSG_STREAM_INFO
[−]#[repr(C)]pub struct CMSG_STREAM_INFO {
pub cbContent: u32,
pub pfnStreamOutput: PFN_CMSG_STREAM_OUTPUT,
pub pvArg: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cbContent: u32pfnStreamOutput: PFN_CMSG_STREAM_OUTPUTpvArg: *mut c_void