ExTryAcquireSpinLockSharedAtDpcLevel

NTSTATUS __stdcall ExTryAcquireSpinLockSharedAtDpcLevel(INT64 *SpinLock){
  return ExpTryAcquireSpinLockShared(SpinLock);
}

Referenced by:

MmReadProcessPageTables