The RasAdminReleaseIpAddress function is an application-defined function that is exported by a third-party RAS server administration DLL. RAS calls this function to notify your DLL that the remote client was disconnected and that the IP address should be released.
VOID RasAdminReleaseIpAddress(
WCHAR *lpszUserName, |
// pointer to the name of the remote user |
WCHAR *lpszPortName, |
// pointer to the name of the port |
IPADDR *pipAddress |
// pointer to the IP address |
); |
There is no extended error information for this function; do no call GetLastError.
The RAS server calls your RasAdminReleaseIpAddress function only if your application returned TRUE in the bNotifyRelease parameter during the earlier call to RasAdminGetIpAddressForUser for the user specified by the lpszUserName parameter.
The setup program for a third-party RAS administration DLL must register the DLL with RAS by providing information under the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RAS\AdminDll
To register the DLL, set the following values under this key.
Value Name |
Value Data |
DisplayName |
A REG_SZ string that contains the user-friendly display name of the DLL. |
DLLPath |
A REG_SZ string that contains the full path of the DLL. |
For example, the registry entry for a RAS Administration DLL from a fictional company named Netwerks Corporation might be:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RAS\AdminDll DisplayName : REG_SZ : Netwerks RAS Admin DLL DLLPath : REG_SZ : C:\nt\system32\ntwkadm.dll
The setup program for a RAS Administration DLL should also provide remove/uninstall functionality. If a user removes the DLL, the setup program should delete the DLL’s registry entries.
file: /Techref/os/win/api/win32/func/src/f69_25.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 14:45,
3.129.63.186:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f69_25.htm"> RasAdminReleaseIpAddress</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.