Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The QuerySecurityAccessMask function creates an access mask that represents the access permissions necessary to query the specified object security information.
Syntax
VOID QuerySecurityAccessMask(
[in] SECURITY_INFORMATION SecurityInformation,
[out] LPDWORD DesiredAccess
);
Parameters
[in] SecurityInformation
A SECURITY_INFORMATION structure that specifies the security information to be queried.
[out] DesiredAccess
A pointer to the access mask that this function creates.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | securitybaseapi.h (include WinBase.h) |
| Library | Advapi32.lib |
| DLL | Advapi32.dll |