Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The STOR_DPC structure is an opaque structure that represents a DPC object. Do not set the members of this structure directly.
Syntax
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
Members
Dpc
Opaque value.
Lock
Opaque value.
Requirements
| Requirement | Value |
|---|---|
| Header | storport.h (include Storport.h) |