PRADIUS_EXTENSION_TERM callback function (authif.h)

Note

 Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS. Throughout the text, NPS is used to refer to all versions of the service, including the versions originally referred to as IAS.

The RadiusExtensionTerm function is an application-defined function and is called by NPS prior to unloading the Extension DLL. Use RadiusExtensionTerm to perform any clean-up operations for the Extension DLL.

Syntax

PRADIUS_EXTENSION_TERM PradiusExtensionTerm;

void PradiusExtensionTerm()
{...}

Return value

None

Remarks

RadiusExtensionTerm is an optional function. The RADIUS Extension DLL need not implement RadiusExtensionTerm.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header authif.h

See also

About NPS Extensions

NPS Extensions Functions

NPS Extensions Reference

RadiusExtensionInit