共用方式為


STOR_DPC結構 (storport.h)

STOR_DPC 結構是代表 DPC 物件的不透明結構。 請勿直接設定這個結構的成員。

語法

typedef struct _STOR_DPC {
  DPC_BUFFER Dpc;
  ULONG_PTR  Lock;
} STOR_DPC, *PSTOR_DPC;

成員

Dpc

不透明值。

Lock

不透明值。

要求

要求 價值
標頭 storport.h (包括 Storport.h)

另請參閱

StorPortInitializeDpc

StorPortIssueDpc