STOR_DPC - NtDoc

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

typedef struct _STOR_DPC {
  DPC_BUFFER Dpc;
  ULONG_PTR  Lock;
} STOR_DPC, *PSTOR_DPC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-_stor_dpc)

STOR_DPC structure

Description

The STOR_DPC structure is an opaque structure that represents a DPC object. Do not set the members of this structure directly.

Members

Dpc

Opaque value.

Lock

Opaque value.

See also

StorPortInitializeDpc

StorPortIssueDpc