MprAdminTerminateDll function (mprapi.h)
When the RAS shuts down, it calls the MprAdminTerminateDll function exported by the administration DLL. Use this function to perform any required clean-up for the DLL.
Syntax
DWORD MprAdminTerminateDll();
Return value
If the function succeeds, the return value is NO_ERROR.
Remarks
RAS supports multiple Administration DLLs. RAS calls the multiple implementations of MprAdminInitializeDll in the order in which the DLLs are listed in the registry.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mprapi.h |