QueryCredentialsAttributesExW function (sspi.h)

Query the attributes of a security context.

Syntax

SECURITY_STATUS SEC_ENTRY QueryCredentialsAttributesExW(
  PCredHandle   phCredential,
  unsigned long ulAttribute,
  void          *pBuffer,
  unsigned long cbBuffer
);

Parameters

phCredential

The credential to query.

ulAttribute

The attribute to query.

pBuffer

The buffer to receive the attributes.

cbBuffer

The length of the buffer.

Return value

Returns TRUE if the function succeeds, FALSE otherwise.

Requirements

Requirement Value
Header sspi.h