OEMResetWakeupSource (Windows CE 5.0)

Send Feedback

This function resets wake sources.

The IOCTL_HAL_DISABLE_WAKE IOCTL calls this function.

DWORD OEMResetWakeupSource(DWORD dwSources);

Parameters

  • dwSources
    [in] Specifies a wake source.

Return Values

Returns TRUE if the wake source in dwSources is disabled. Otherwise, returns FALSE.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Oemwake.h.
Link Library: Platform OAL.

See Also

IOCTL_HAL_DISABLE_WAKE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.