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)

另请参阅

StorPortInitializeDpc

StorPortIssueDpc