|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| rassapi.lib
| Header File
| rassapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RasAdminPortDisconnect
[New - Windows NT]
The RasAdminPortDisconnect function disconnects a port that is currently in use.
DWORD RasAdminPortDisconnect(
const WCHAR *lpszServer,
| // pointer to the server name
| const WCHAR *lpszPort
| // pointer to the name of port on the server
| );
|
|
Parameters
lpszServer
Pointer to a null-terminated Unicode string that contains the name of the
Windows NT RAS server. Specify the name with leading "\\" characters, in the form:
\\servername.
lpszPort
Pointer to a null-terminated Unicode string that contains the name of the port
on the server.
Return Values
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.
|
Do not call GetLastError to get error information for this function.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|