[][src]Function CCODE::CryptDecodeMessage

pub unsafe extern "C" fn CryptDecodeMessage(
    dwMsgTypeFlags: DWORD,
    pDecryptPara: PCRYPT_DECRYPT_MESSAGE_PARA,
    pVerifyPara: PCRYPT_VERIFY_MESSAGE_PARA,
    dwSignerIndex: DWORD,
    pbEncodedBlob: *const BYTE,
    cbEncodedBlob: DWORD,
    dwPrevInnerContentType: DWORD,
    pdwMsgType: *mut DWORD,
    pdwInnerContentType: *mut DWORD,
    pbDecoded: *mut BYTE,
    pcbDecoded: *mut DWORD,
    ppXchgCert: *mut PCCERT_CONTEXT,
    ppSignerCert: *mut PCCERT_CONTEXT
) -> BOOL