Share via


OEMSetWakeupSource

This function sets wake sources. The IOCTL_HAL_ENABLE_WAKE IOCTL calls this function.

DWORD OEMSetWakeupSource(
  DWORD dwSources
);

Parameters

  • dwSources
    [in] Specifies a wake source.

Return Values

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

Requirements

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

See Also

IOCTL_HAL_ENABLE_WAKE

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.