RadiusExtensionTerm Callback Function
The RadiusExtensionTerm function is an application-defined function and is called by IAS prior to unloading the Extension DLL. Use RadiusExtensionTerm to perform any clean-up operations for the Extension DLL.
VOID WINAPI RadiusExtensionTerm(void);
Parameters
This callback has no parameters.
Return Value
This callback function does not return a value.
Remarks
RadiusExtensionTerm is an optional function. The RADIUS Extension DLL need not implement RadiusExtensionTerm.
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
RadiusExtensionInit
Send comments about this topic to Microsoft
Build date: 10/1/2007