pCryptSIPGetCaps callback function (mssip.h)

The pCryptSIPGetCaps function is implemented by an subject interface package (SIP) to report capabilities.

Syntax

pCryptSIPGetCaps Pcryptsipgetcaps;

BOOL Pcryptsipgetcaps(
  [in]      SIP_SUBJECTINFO *pSubjInfo,
  [in, out] SIP_CAP_SET *pCaps
)
{...}

Parameters

[in] pSubjInfo

Pointer to a SIP_SUBJECTINFO structure that specifies subject information data to the SIP APIs.

[in, out] pCaps

Pointer to a SIP_CAP_SET structure that defines the capabilities of an SIP.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mssip.h

See also

CryptSIPGetCaps

SIP_CAP_SET

SIP_SUBJECTINFO