Share via


ExAcquireRundownProtectionCacheAware 関数 (wdm.h)

ExAcquireRundownProtectionCacheAware ルーチンは、呼び出し元がオブジェクトに安全にアクセスできるように、共有オブジェクトに対するキャッシュ対応のランダウン保護を取得しようとします。

構文

BOOLEAN ExAcquireRundownProtectionCacheAware(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

パラメーター

[in, out] RunRefCacheAware

ExAllocateCacheAwareRundownProtection または ExInitializeRundownProtectionCacheAware の以前の呼び出しによって返される不透明なEX_RUNDOWN_REF_CACHE_AWARE構造体へのポインター。

戻り値

ランダウン保護が取得された場合は TRUE、ランダウンが現在アクティブまたは完了している場合は FALSE を返します。

要件

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

こちらもご覧ください

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

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware