VIRTUALIZATION_INSTANCE_INFO_INPUT_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _VIRTUALIZATION_INSTANCE_INFO_INPUT_EX {
  USHORT HeaderSize;
  ULONG  Flags;
  ULONG  NotificationInfoSize;
  USHORT NotificationInfoOffset;
  USHORT ProviderMajorVersion;
} VIRTUALIZATION_INSTANCE_INFO_INPUT_EX, *PVIRTUALIZATION_INSTANCE_INFO_INPUT_EX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_virtualization_instance_info_input_ex)

_VIRTUALIZATION_INSTANCE_INFO_INPUT_EX structure

Description

Members

HeaderSize

Flags

NotificationInfoSize

NotificationInfoOffset

ProviderMajorVersion

Remarks

See also