Die Community zu .NET und Classic VB.
Menü

CryptDecodeMessage

 von 

Deklaration  

Declare Function CryptDecodeMessage Lib "crypt32.dll" ( _
                 ByVal dwMsgTypeFlags As Long, _
                 ByRef pDecryptPara As Long, _
                 ByRef pVerifyPara As PCRYPT_VERIFY_MESSAGE_PARA, _
                 ByVal dwSignerIndex As Long, _
                 ByVal pbEncodedBlob As String, _
                 ByVal cbEncodedBlob As Long, _
                 ByVal dwPrevInnerContentType As Long, _
                 ByRef pdwMsgType As Long, _
                 ByRef pdwInnerContentType As Long, _
                 ByVal pbDecoded As String, _
                 ByRef pcbDecoded As Long, _
                 ByRef ppXchgCert As Long, _
                 ByRef ppSignerCert As Long) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel CryptDecodeMessage des API-Wikis.

Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.

Leider liegen uns keine Tipps vor, in welchen diese API-Funktion verwendet wird.