UNIT_DDI_VERSION - NtDoc

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

typedef struct _UNIT_DDI_VERSION {
  OUT ULONG Version;
} UNIT_DDI_VERSION, *PUNIT_DDI_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_unit_ddi_version)

_UNIT_DDI_VERSION structure

Description

The UNIT_DDI_VERSION structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve the current 61883 DDI version.

Members

Version

The current 61883 DDI version.

See also

Av61883_GetUnitInfo