Expand Minimize

HV_PORT_TYPE enumeration

The HV_PORT_TYPE enumeration contains values that identify the type of a port.

Syntax


typedef enum _HV_PORT_TYPE { 
  HvPortTypeMessage  = 1,
  HvPortTypeEvent    = 2,
  HvPortTypeMonitor  = 3
} HV_PORT_TYPE, *PHV_PORT_TYPE;

Constants

HvPortTypeMessage

A value that identifies a message port.

HvPortTypeEvent

A value that identifies an event port.

HvPortTypeMonitor

A value that identifies a monitor port.

Remarks

Message ports are valid for use with the HvPostMessage hypercall. Event ports are valid for use with the HvSignalEvent hypercall.

Requirements

Header

HvSynicApi.h (include Hvgdk.h)

See also

HvPostMessage
HvSignalEvent

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.