次の方法で共有


VMEndpointType 列挙

[Windows Virtual PC は、Windows 8の時点で使用できなくなります。 代わりに、 Hyper-V WMI プロバイダー (V2)を使用します。

エンドポイントの種類を指定します。

構文

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

定数

vmEndpoint_NamedPipe

ホスト側。

vmEndpoint_TCPIP

ゲスト側。

必要条件

要件
サポートされている最小のクライアント
Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー
サポートなし
クライアント サポートの終了
Windows 7
製品
Windows Virtual PC
Header
VPCCOMInterfaces.h

関連項目

IVMVirtualMachine::StartCommunicationChannel