I have a need to reboot the NetDCU5.2 system I have tried the
KernelIoControl(IOCTL_HAL_REBOOT,NULL,0,NULL,0,NULL);
function with IOCTL_HAL_REBOOT defined as 0x101003C
but this doesn't work it simply returns control to the calling application.
Is there another method I should be using on this device?