RasAdminPortDisconnect function

[This function is provided only for backward compatibility with Windows NT Server 4.0. It returns ERROR_CALL_NOT_IMPLEMENTED on Windows Server 2003. Applications should use the MprAdminPortDisconnect function.]

The RasAdminPortDisconnect function disconnects a port that is currently in use.

Syntax

DWORD RasAdminPortDisconnect(
  _In_ const WCHAR *lpszServer,
  _In_ const WCHAR *lpszPort
);

Parameters

lpszServer [in]

Pointer to a null-terminated Unicode string that specifies the name of the Windows NT/Windows 2000 RAS server. Specify the name with leading "\\" characters, in the form: \\servername.

lpszPort [in]

Pointer to a null-terminated Unicode string that specifies the name of the port on the server.

Return value

If the function succeeds, the return value is ERROR_SUCCESS.

If the function fails, the return value can be one of the following error codes.

Value Meaning
ERROR_INVALID_PORT
The specified port is invalid.
NERR_UserNotFound
The port is not currently in use.

There is no extended error information for this function; do not call GetLastError.

Requirements

Requirement Value
End of client support
Windows 2000 Professional
End of server support
Windows 2000 Server
Header
Rassapi.h
Library
Rassapi.lib
DLL
Rassapi.dll

See also

Remote Access Service (RAS) Overview

RAS Server Administration Functions