CryptSIPGetCaps function
The CryptSIPGetCaps function retrieves the capabilities of a subject interface package (SIP).
Syntax
BOOL WINAPI CryptSIPGetCaps( _In_ SIP_SUBJECTINFO *pSubjInfo, _Inout_ SIP_CAP_SET *pCaps );
Parameters
- pSubjInfo [in]
-
Pointer to a SIP_SUBJECTINFO structure that specifies subject information data to the SIP APIs.
- pCaps [in, out]
-
Pointer to a SIP_CAP_SET structure that defines the capabilities of an SIP.
Remarks
Unlike other SIP functions, CryptSIPGetCaps is not registered in the dispatch table. For more information, see the SIP_DISPATCH_INFO structure. Instead, callers must map the object identifier (OID) to the function entry point.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also