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 )
-