HV_INPUT_SET_SYSTEM_PROPERTY structure
The HV_INPUT_SET_SYSTEM_PROPERTY structure contains information to set a system property.
Syntax
typedef struct _HV_INPUT_SET_SYSTEM_PROPERTY { UINT32 PropertyId; union { struct { UINT16 EventType; UINT16 ReservedZ1; UINT32 ReservedZ2; UINT64 Period; } SetPerfCounter; } Property; } HV_INPUT_SET_SYSTEM_PROPERTY, *PHV_INPUT_SET_SYSTEM_PROPERTY;
Members
- PropertyId
-
An HV_SYSTEM_PROPERTY value that identifies the type of the virtual system-wide property for which HV_INPUT_SET_SYSTEM_PROPERTY provides information.
- Property
-
- SetPerfCounter
-
A structure that describes the information to set for the performance counter if PropertyId is set to HvSetPerfCounterProperty. This structure contains the following members:
Remarks
A client specifies virtual system-wide information in an HV_INPUT_SET_SYSTEM_PROPERTY structure. The client then passes a pointer to this HV_INPUT_SET_SYSTEM_PROPERTY structure in a call to the HvSetSystemProperty function to set the system property.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: