Back to the WFC main page
CRemoteAccessServiceAdministration : CObject
$Revision: 19 $
Description
This class handles Remote Access Service Administration. It is
still under development.
Data Members
None.
Methods
void GetErrorString( const UINT error_code, CString& error_string ) const
-
DWORD GetErrorCode( void ) const
-
Returns the error code should any method return FALSE.
BOOL GetUserAccountServer( CString& user_account_server_name, LPCTSTR ras_server_name, LPCTSTR ras_server_domain_name = NULL )
-
BOOL ClearPortStatistics( const CString& port_name, LPCTSTR server_name = NULL )
-
BOOL DisconnectPort( const CString& port_name, LPCTSTR server_name = NULL )
-
BOOL EnumeratePorts( LPCTSTR server_name = NULL )
-
Let's you enumerator the RAS ports on the local machine or on
a machine on the network.
BOOL GetNext( CRemoteAccessServicePort& port )
-
Example
Sorry.
API's Used
CRemoteAccessServiceAdministration uses the following API's:
- GetComputerName
- RasAdminFreeBuffer
- RasAdminGetErrorString
- RasAdminGetUserAccountServer
- RasAdminPortClearStatistics
- RasAdminPortDisconnect
- RasAdminPortEnum
Copyright, 2000, Samuel R. Blackburn
$Workfile: CRASADM.CPP $
$Modtime: 1/04/00 5:18a $