STOR_DPC struttura (storport.h)
La struttura STOR_DPC è una struttura opaca che rappresenta un oggetto DPC. Non impostare direttamente i membri di questa struttura.
Sintassi
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
Members
Dpc
Valore opaco.
Lock
Valore opaco.
Requisiti
Requisito | Valore |
---|---|
Intestazione | Storport.h (include Storport.h) |