ExReleaseRundownProtectionCacheAwareEx 関数 (wdm.h)

ExReleaseRundownProtectionCacheAwareEx ルーチンは、指定された数の共有オブジェクトに対するキャッシュ対応のランダウン保護を解放します。

構文

void ExReleaseRundownProtectionCacheAwareEx(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
  [in]      ULONG                       Count
);

パラメーター

[in, out] RunRef

関数が操作するランダウン保護オブジェクトへのポインター。 これは、ExAllocateCacheAwareRundownProtection または ExInitializeRundownProtectionCacheAware の以前の呼び出しによって返される不透明なEX_RUNDOWN_REF_CACHE_AWARE構造体へのポインターです。

[in] Count

リリースする参照の数を指定する ULONG 値。

戻り値

なし

必要条件

要件
サポートされている最小のサーバー Windows Server 2003 Service Pack 1
Header wdm.h (Wdm.h を含む)
DDI コンプライアンス規則 HwStorPortProhibitedDDIs(storport)

こちらもご覧ください

キャッシュ対応のランダウン保護

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware