Type Alias CRYPT_ENCRYPT_MESSAGE_PARA

Source
pub type CRYPT_ENCRYPT_MESSAGE_PARA = _CRYPT_ENCRYPT_MESSAGE_PARA;

Aliased Type§

struct CRYPT_ENCRYPT_MESSAGE_PARA {
    pub cbSize: u32,
    pub dwMsgEncodingType: u32,
    pub hCryptProv: u64,
    pub ContentEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
    pub pvEncryptionAuxInfo: *mut c_void,
    pub dwFlags: u32,
    pub dwInnerContentType: u32,
}

Fields§

§cbSize: u32§dwMsgEncodingType: u32§hCryptProv: u64§ContentEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER§pvEncryptionAuxInfo: *mut c_void§dwFlags: u32§dwInnerContentType: u32