HvlQueryHypervisorProcessorNodeNumber

NTSTATUS __stdcall HvlQueryHypervisorProcessorNodeNumber(UINT64 LpIndex, UINT16 *NodeNumber){
  WCHAR *LpcbByLpIndex; 
  _WORD *v3; 
  if( (HvlpFlags & 2) == 0 )
    return -1073741823;
  if( (unsigned int)LpIndex >= 0x400 )
    return -1073741823;
  LpcbByLpIndex = HvlpGetLpcbByLpIndex(LpIndex);
  if( !LpcbByLpIndex )
    return -1073741823;
  *v3 = LpcbByLpIndex[7];
  return 0;
}

Referenced by:

No references.