Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VMRCState enumeration specifies the state of the IVMRCClientControl object.
Syntax
typedef enum {
vmrcState_NotConnected = 0,
vmrcState_Connecting = 1,
vmrcState_Authenticating = 2,
vmrcState_Connected = 3,
vmrcState_ConnectionFailed = 4
} VMRCState;
Constants
-
vmrcState_NotConnected
-
The client control is not connected.
-
vmrcState_Connecting
-
The client control is attempting to connect to the VMRC server.
-
vmrcState_Authenticating
-
The client control is validating the user credentials with the VMRC server.
-
vmrcState_Connected
-
The client control is connected to the VMRC server.
-
vmrcState_ConnectionFailed
-
The client control failed to connect to the VMRC server.
Requirements
| Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
| Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
| Header |
|