Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MCI_STATUS union (ntddk.h)

Reserved for system use.

Syntax

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;

Members

CommonBits

AmdBits

IntelBits

QuadPart

Requirements

Requirement Value
Header ntddk.h

Feedback

Was this page helpful?

Additional resources