AuthzFreeGroupsCallback callback function
The AuthzFreeGroupsCallback function is an application-defined function that frees memory allocated by the AuthzComputeGroupsCallback function. AuthzFreeGroupsCallback is a placeholder for the application-defined function name.
Syntax
void CALLBACK AuthzFreeGroupsCallback(
_In_ PSID_AND_ATTRIBUTES pSidAttrArray
);
Parameters
-
pSidAttrArray [in]
-
A pointer to memory allocated by AuthzComputeGroupsCallback.
Return value
This callback function does not return a value.
Remarks
Attribute variables must be in the form of an expression when used with logical operators; otherwise, they are evaluated as unknown.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Redistributable |
Windows Server 2003 Administration Tools Pack on Windows XP |