RadiusExtensionFreeAttributes Callback Function
The RadiusExtensionFreeAttributes function is an application-defined function and is called by IAS to free the memory occupied by attributes returned by RadiusExtensionProcessEx.
VOID WINAPI RadiusExtensionFreeAttributes(
PRADIUS_ATTRIBUTE pAttrs
);
Parameters
pAttrs
Pointer to an array of attributes. The RadiusExtensionFreeAttributes function should deallocate the memory occupied by these attributes.These attributes were returned in the pOutAttrs parameter in a previous call to the RadiusExtensionProcessEx function.
Return Value
This callback function does not return a value.
Remarks
If you implement RadiusExtensionProcessEx, you must also implement RadiusExtensionFreeAttributes.
Requirements
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Redistributable |
Requires Windows NT 4.0 Option Pack on Windows NT Server 4.0 SP6a. |
Header |
Declared in AuthIf.h. |
See Also
About Internet Authentication Service
Internet Authentication Service Reference
Internet Authentication Service Functions
RadiusExtensionProcessEx
Send comments about this topic to Microsoft
Build date: 10/1/2007