Die Community zu .NET und Classic VB.
Menü

CryptQueryObject

 von 

Deklaration  

Declare Function CryptQueryObject Lib "crypt32.dll" ( _
                 ByVal dwObjectType As Long, _
                 pvObject As Any, _
                 ByVal dwExpectedContentTypeFlags As Long, _
                 ByVal dwExpectedFormatTypeFlags As Long, _
                 ByVal dwFlags As Long, _
                 ByRef pdwMsgAndCertEncodingType As Long, _
                 ByRef pdwContentType As Long, _
                 ByRef pdwFormatType As Long, _
                 ByRef phCertStore As Long, _
                 ByRef phMsg As Long, _
                 ppvContext As Any) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel CryptQueryObject 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.