Expand Minimize

HV_INTERCEPT_DESCRIPTOR structure

The HV_INTERCEPT_DESCRIPTOR structure describes an intercept type.

Syntax


typedef struct _HV_INTERCEPT_DESCRIPTOR {
  HV_INTERCEPT_TYPE       Type;
  HV_INTERCEPT_PARAMETERS Parameters;
} HV_INTERCEPT_DESCRIPTOR, *PHV_INTERCEPT_DESCRIPTOR;

Members

Type

A HV_INTERCEPT_TYPE value that identifies the intercept type.

Parameters

A HV_INTERCEPT_PARAMETERS union that describes parameters for the intercept.

Remarks

Requirements

Header

HvValApi.h (include Hvgdk.h)

See also

HV_INTERCEPT_PARAMETERS
HV_INTERCEPT_TYPE

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.