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.
Description
The type of access required for a port reservation.
Syntax
typedef enum tagHCN_PORT_ACCESS
{
HCN_PORT_ACCESS_EXCLUSIVE = 0x01,
HCN_PORT_ACCESS_SHARED = 0x02
} HCN_PORT_ACCESS;
Requirements
| Parameter | Description |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Minimum supported server | Windows Server 2019 |
| Target Platform | Windows |
| Header | ComputeNetwork.h |