OEMPowerManagerInit (Windows CE 5.0)

Send Feedback

This function handles the initialization routines used by the kernel's suspend code. The OEMInit function calls this function.

This function usually clears the fInterruptWakeupMask and fInterruptWakeup arrays.

DWORD OEMPowerManagerInit(void);

Parameters

None.

Return Values

Returns 0.

Remarks

The fInterruptWakeup global variable is an array of flags that are set by the ISR when the interrupt occurs.

The fInterruptWakeupMask global variable allows and disallows logical interrupts as the wake source array.

Requirements

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

See Also

OEMInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.