Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Query the attributes of a security context.
Syntax
SECURITY_STATUS SEC_ENTRY QueryCredentialsAttributesExA(
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 |
| Library | mincore.lib |