estructura de STOR_DPC (storport.h)
La estructura STOR_DPC es una estructura opaca que representa un objeto DPC. No establezca directamente los miembros de esta estructura.
Sintaxis
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
Miembros
Dpc
Valor opaco.
Lock
Valor opaco.
Requisitos
Requisito | Valor |
---|---|
Header | storport.h (incluya Storport.h) |