MprAdminReleaseIpAddress

[This is preliminary documentation and subject to change.]

The MprAdminReleaseIpAddress function is called when a user disconnects and the user's IP address is about to be released.

VOID MprAdminReleaseIpAddress(
  WCHAR * lpwszUserName,    // pointer to username 
  WCHAR * lpwszPortName,    // pointer to port name 
  DWORD * lpdwIpAddress     // pointer to IP address 
);
 

Parameters

lpwszUserName
Pointer to a Unicode string containing the name of the user requiring an IP address.
lpwszPortName
Pointer to a Unicode string containing the name of the port on which the user is attempting to connect.
lpdwIpAddress
Pointer to a DWORD variable. This variable contains the IP address to be released.

Return Values

This function does not have a return value.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.
  Import Library: user-defined.

See Also

MprAdminConnectionHangupNotification, MprAdminGetIpAddressForUser