説明
予約のプロトコルです。
構文
typedef enum tagHCN_PORT_PROTOCOL
{
HCN_PORT_PROTOCOL_TCP = 0x01,
HCN_PORT_PROTOCOL_UDP = 0x02,
HCN_PORT_PROTOCOL_BOTH = 0x03
} HCN_PORT_PROTOCOL;
必要条件
| パラメーター | 説明 |
|---|---|
| サポートされている最小のクライアント | Windows 10 Version 1809 |
| サポートされている最小のサーバー | Windows Server 2019 |
| 対象プラットフォーム | Windows |
| ヘッダー | ComputeNetwork.h |