Share via


IOCTL_HAL_DISABLE_WAKE

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.

Remarks

For sample implementations, see %_WINCEROOT%\Platform\CEPC or %_WINCEROOT%\Platform\Geode.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.

See Also

IOCTL_HAL_ENABLE_WAKE | OEMIoControl | Power Management Wake Sources

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.