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
A range of ports for a reservation.
Syntax
typedef struct tagHCN_PORT_RANGE_RESERVATION
{
// start and end are inclusive
USHORT startingPort;
USHORT endingPort;
} HCN_PORT_RANGE_RESERVATION;
Requirements
| Parameter | Description |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Minimum supported server | Windows Server 2019 |
| Target Platform | Windows |
| Header | ComputeNetwork.h |