IOCTL_HAL_DISABLE_WAKE (Windows Embedded CE 6.0)

1/5/2010

This IOCTL disables the interrupt source from waking the system.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_DISABLE_WAKE.
  • lpInBuf
    [in] Set to the dwSysIntr of the driver, which is the source of the interrupt.
  • nInBufSize
    Ignored.
  • lpOutBuf
    Ignored.
  • nOutBufSize
    Ignored.
  • lpBytesReturned
    Ignored.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Power Manager IOCTLs
IOCTL_HAL_ENABLE_WAKE
OEMIoControl

Other Resources

Kernel Power Management