Platform SDK: RAS/Routing and RAS |
The RasAdminServerGetInfo function gets the server configuration of a RAS server.
DWORD RasAdminServerGetInfo( const WCHAR *lpszServer, // pointer to the name of the RAS server PRAS_SERVER_0 pRasServer0 // pointer to server information );
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is an error code. Possible error codes include those returned by GetLastError for the CallNamedPipe function. There is no extended error information for this function; do not call GetLastError.
To enumerate all RAS servers in a Windows NT/Windows 2000 domain, call the NetServerEnum function and specify SV_TYPE_DIALIN for the servertype parameter.
Windows NT/2000: Requires Windows NT 4.0 or later.
Header: Declared in Rassapi.h.
Library: Use Rassapi.lib.
Remote Access Service (RAS) Overview, RAS Server Administration Functions, NetServerEnum, RAS_SERVER_0