// storport.h
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
View the official Windows Driver Kit DDI referenceNo description available.
The STOR_DPC structure is an opaque structure that represents a DPC object. Do not set the members of this structure directly.
DpcOpaque value.
LockOpaque value.