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.
HvCallDeletePort removes a communication port from a partition.
Interface
HV_STATUS
HvCallDeletePort(
_In_ HV_PARTITION_ID PortPartition,
_In_ HV_PORT_ID PortId,
_In_ UINT32 Reserved
);
Call Code
0x0058 (Simple)
Input Parameters
| Name | Offset | Size | Information Provided |
|---|---|---|---|
PortPartition |
0 | 8 | ID of the partition that owns the port. |
PortId |
8 | 4 | Unique identifier of the port to be deleted. |
Reserved |
12 | 4 | Reserved. Must be zero. |