HalpRegisterSecondaryIcInterface

NTSTATUS __stdcall HalpRegisterSecondaryIcInterface(_SECONDARY_INTERRUPT_PROVIDER_INTERFACE *InterfaceBuffer){
  _SECONDARY_INTERRUPT_PROVIDER_INTERFACE *v1; 

  if( (unsigned __int8)HalpValidateInterface(InterfaceBuffer) )
    return HalpCreateSecondaryIcEntry(v1);
  else
    return -1073741811;
}

Referenced by:

HaliSetSystemInformation