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.
Overview
Connections are identified by 32-bit IDs. The high 8 bits are reserved and must be zero. All connection IDs are unique within a partition.
Syntax
typedef union
{
UINT32 AsUInt32;
struct
{
UINT32 Id:24;
UINT32 Reserved:8;
};
} HV_CONNECTION_ID;