Expand Minimize

HV_GUEST_OS_MICROSOFT_IDS enumeration

The HV_GUEST_OS_MICROSOFT_IDS enumeration contains values that identify Microsoft operating systems.

Syntax


typedef enum _HV_GUEST_OS_MICROSOFT_IDS { 
  HvGuestOsMicrosoftUndefined  = 0x00,
  HvGuestOsMicrosoftMSDOS      = 0x01,
  HvGuestOsMicrosoftWindows3x  = 0x02,
  HvGuestOsMicrosoftWindows9x  = 0x03,
  HvGuestOsMicrosoftWindowsNT  = 0x04,
  HvGuestOsMicrosoftWindowsCE  = 0x05
} HV_GUEST_OS_MICROSOFT_IDS, *PHV_GUEST_OS_MICROSOFT_IDS;

Constants

HvGuestOsMicrosoftUndefined

A value that specifies that the operating system is not defined.

HvGuestOsMicrosoftMSDOS

A value that specifies that the operating system is MSDOS.

HvGuestOsMicrosoftWindows3x

A value that specifies that the operating system is Windows 3.x.

HvGuestOsMicrosoftWindows9x

A value that specifies that the operating system is Windows 9x-based.

HvGuestOsMicrosoftWindowsNT

A value that specifies that the operating system is Windows NT-based.

HvGuestOsMicrosoftWindowsCE

A value that specifies that the operating system is Windows CE-based.

Remarks

The HV_GUEST_OS_MICROSOFT_IDS enumeration is used in the HV_X64_MSR_GUEST_OS_ID_CONTENTS union if the VendorId member of HV_X64_MSR_GUEST_OS_ID_CONTENTS specifies that Microsoft is the operating system vendor.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HV_X64_MSR_GUEST_OS_ID_CONTENTS

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.