STOR_DPC 構造体 (storport.h)
STOR_DPC構造体は、DPC オブジェクトを表す不透明な構造体です。 この構造体のメンバーを直接設定しないでください。
構文
typedef struct _STOR_DPC {
DPC_BUFFER Dpc;
ULONG_PTR Lock;
} STOR_DPC, *PSTOR_DPC;
メンバー
Dpc
不透明な値。
Lock
不透明な値。
要件
要件 | 値 |
---|---|
Header | storport.h (Storport.h を含む) |