SdbpGetDeviceDWORD

__int64 __fastcall SdbpGetDeviceDWORD(_DB *pdb, UINT64 a2, UINT16 a3){
  unsigned int v3; 
  unsigned int v5; 
  unsigned int FirstTag; 

  v3 = a3;
  v5 = -1;
  FirstTag = SdbFindFirstTag(pdb, a2, a3);
  if( FirstTag )
    return(unsigned int)SdbReadDWORDTag(pdb, FirstTag, v3);
  return v5;
}

Referenced by:

SdbpMatchDeviceDWORD