RtlCapabilityCheckForSingleSessionSku

UINT8 __stdcall RtlCapabilityCheckForSingleSessionSku(LUID *Luid1, LUID *Luid2){
  UINT8 *v2; 
  UINT8 v3; 
  UINT8 *v4; 
  v3 = 0;
  v4 = v2;
  if( !v2 )
    return 13;
  if( !RtlIsMultiSessionSku() )
    return RtlCapabilityCheck(Luid1, (UNICODE_STRING *)Luid2, v4);
  *v4 = 0;
  return v3;
}

Referenced by:

PopPowerInformationInternal