RadiusExtensionInit Callback Function
The RadiusExtensionInit function is an application-defined function and is called by IAS while the service is starting up. Use RadiusExtensionInit to perform any initialization operations for the Extension DLL.
DWORD WINAPI RadiusExtensionInit(void);
Parameters
This callback has no parameters.
Return Value
If the function succeeds, the return value is NO_ERROR.
If the function fails, the return value should be an appropriate error code from Winerror.h.
Remarks
A return value other then NO_ERROR will cause IAS to fail to start.
RadiusExtensionInit is an optional function. The RADIUS Extension DLL need not implement RadiusExtensionInit.
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
RadiusExtensionTerm
Send comments about this topic to Microsoft
Build date: 10/1/2007