Freigeben über


ACM_PowerUp (Windows CE 5.0)

Send Feedback

This function notifies an ACM device driver that the system is leaving the suspended state.

void ACM_PowerUp(void);

Parameters

None.

Return Values

None.

Remarks

This function is called to restore a device from suspend mode. No functions except those in the DLL can be called from this function. The ACM Driver Wrapper library, Acmdwrap.lib, simply returns immediately. Hardware-assisted ACM drivers may need to implement some code in this function in order to turn their hardware on properly.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Acmdrv.h.
Link Library: Acmdwrap.lib.

See Also

ACM Driver Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.