OEMSetWakeupSource (Windows Embedded CE 6.0)

1/5/2010

This function sets wake sources.

The IOCTL_HAL_ENABLE_WAKE IOCTL calls this function.

Syntax

DWORD OEMSetWakeupSource(
  DWORD dwSources
);

Parameters

  • dwSources
    [in] Specifies a wake source.

Return Value

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

Requirements

Header oemwake.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

Optional OAL Functions
IOCTL_HAL_ENABLE_WAKE