storport.h (STOR_DPC 結構)

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