MCI_STATUS - NtDoc

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

typedef union _MCI_STATUS {
  MCI_STATUS_BITS_COMMON CommonBits;
  MCI_STATUS_AMD_BITS    AmdBits;
  MCI_STATUS_INTEL_BITS  IntelBits;
  ULONG64                QuadPart;
} MCI_STATUS, *PMCI_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-mci_status)

MCI_STATUS structure

Description

Reserved for system use.

Members

CommonBits

AmdBits

IntelBits

QuadPart

Remarks

See also