Expand Minimize
This topic has not yet been rated - Rate this topic

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

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

See also

Basic Access Control Functions
AuthzComputeGroupsCallback

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.