ExTryAcquirePushLockSharedEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

BOOLEAN ExTryAcquirePushLockSharedEx(
  PEX_PUSH_LOCK PushLock,
  ULONG         Flags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-extryacquirepushlocksharedex)

Description

The ExTryAcquirePushLockSharedEx function is reserved for internal system use. Don't use it in your driver.

Parameters

PushLock

Flags

Return value

Remarks

See also