SMKM_STORE::SmStCheckLockInProgressRegionComplete

__int64 __fastcall SMKM_STORE::SmStCheckLockInProgressRegionComplete(
        __int64 a1,
        __int64 a2,
        unsigned int a3){
  if( *(_QWORD *)(a1 + 6576) != a2 )
    return 1i64;
  if( SmKmStoreHelperCheckWaitCommand((_SMKM_STORE_HELPER *)(a1 + 6360), a3) == -1073741536 )
  {
    *(_QWORD *)(a1 + 6576) = 0i64;
    return 1i64;
  }
  return 0i64;
}

Referenced by:

No references.