HvlQueryHypervisorProcessorNodeNumber

NTSTATUS __stdcall HvlQueryHypervisorProcessorNodeNumber(UINT64 LpIndex, UINT16 *NodeNumber){
  _HVLP_LPCB *LpcbByLpIndex; 
  _WORD *v3; 

  if( (HvlpFlags & 2) == 0 )
    return -1073741823;
  if( (unsigned int)LpIndex >= 0x400 )
    return -1073741823;
  LpcbByLpIndex = HvlpGetLpcbByLpIndex(LpIndex);
  if( !LpcbByLpIndex )
    return -1073741823;
  *v3 = *((_WORD *)LpcbByLpIndex + 7);
  return 0;
}

Referenced by:

No references.