estrutura STOR_DPC (storport.h)
A estrutura STOR_DPC é uma estrutura opaca que representa um objeto DPC. Não defina os membros dessa estrutura diretamente.
Sintaxe
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
Membros
Dpc
Valor opaco.
Lock
Valor opaco.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | storport.h (inclua Storport.h) |