Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
PRADIUS_EXTENSION_FREE_ATTRIBUTES PradiusExtensionFreeAttributes;
void PradiusExtensionFreeAttributes(
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
None
Remarks
If you implement RadiusExtensionProcessEx, you must also implement RadiusExtensionFreeAttributes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | authif.h |