SdbpCheckRuntimePlatform

NTSTATUS __stdcall SdbpCheckRuntimePlatform(
        INT64 *bMatched,
        VOID *hSDB,
        _DB *pdb,
        UINT64 tiParent,
        UINT64 tiRuntimePlatform,
        VOID *Context,
        VOID *MatcherContext){
  unsigned int v7; 
  unsigned int DWORDTag; 

  v7 = *((_DWORD *)hSDB + 136);
  DWORDTag = SdbReadDWORDTag(pdb, (unsigned int)tiRuntimePlatform, 0x7Fu);
  return SdbpCheckRuntimePlatformImpl(bMatched, pdb[332], v7, DWORDTag);
}

Referenced by:

No references.