Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 3.2 KB

ras-admin-dll-functions.md

File metadata and controls

41 lines (28 loc) · 3.2 KB
title description ms.assetid ms.topic ms.date
RAS administration DLL functions
A RAS administration DLL must implement and export all of the following functions
bf2bd4d4-6da2-471e-843c-c0f0563d3795
article
05/31/2018

RAS administration DLL functions

A RAS administration DLL must implement and export all of the following functions:

Windows 2000/NT: The RAS administration DLL must also implement and export the following pair of functions: MprAdminGetIpAddressForUser and MprAdminReleaseIpAddress

In addition, the RAS administration DLL must implement and export one of the following pairs of functions:

If one of the required functions is not implemented, the remote access service fails to start.

An administration DLL is not required to implement the following pairs of functions:

However, if the DLL implements one function in a pair listed above, it must implement the other function in the pair as well.

For more information on RAS Administration DLLs, see the overview topic, RAS Administration DLL.