UNIT_DIAG_LEVEL - NtDoc

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

typedef struct _UNIT_DIAG_LEVEL {
  IN ULONG DiagLevel;
} UNIT_DIAG_LEVEL, *PUNIT_DIAG_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UNIT_DIAG_LEVEL structure

Description

The UNIT_DDI_VERSION structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve the current diag level

Members

DiagLevel

The bitmask representing the diaglevel. Possible settings are:

DIAGLEVEL_NONE

Nothing set.

DIAGLEVEL_IGNORE_OPLUG

Ignore programming of the oPCR plug on the device when set.

DIAGLEVEL_IGNORE_IPLUG

Ignore programming of the iPCR on the device when set.

DIAGLEVEL_SET_CHANNEL_63

Set the channel to 63 when disconnecting from the device.

DIAGLEVEL_IPCR_IGNORE_FREE

Do not free isochronous resources when disconnecting from the device iPCR.

See also

Av61883_GetUnitInfo