This topic has not yet been rated - Rate this topic

VMEndpointType enumeration

Windows Virtual PC

[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]

Specifies the endpoint type.

Syntax


typedef enum  { 
  vmEndpoint_NamedPipe  = 0,
  vmEndpoint_TCPIP      = 1
} VMEndpointType;

Constants

vmEndpoint_NamedPipe

The host side.

vmEndpoint_TCPIP

The guest side.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

None supported [desktop apps only]

End of client support

Windows 7

Product

Windows Virtual PC

Header

VPCCOMInterfaces.h

See also

IVMVirtualMachine::StartCommunicationChannel

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.