CB_RESOURCE_TYPE enumeration
Specifies the type of resource that the incoming connection is connecting to. This enumeration is used with the CB_CONNECTION_INFO structure.
Syntax
typedef enum _CB_RESOURCE_TYPE {
CB_RESOURCE_UNDEFINED = 0,
CB_RESOURCE_SESSION = 1,
CB_RESOURCE_VM
} CB_RESOURCE_TYPE;
Constants
-
CB_RESOURCE_UNDEFINED
-
The resource type is not defined.
-
CB_RESOURCE_SESSION
-
The resource is a remote session.
-
CB_RESOURCE_VM
-
The resource is a virtual machine.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
|