Share via


ACM_PowerDown (Windows CE 5.0)

Send Feedback

This function turns an ACM device off.

void ACM_PowerDown(void);

Parameters

None.

Return Values

None.

Remarks

This function is called to suspend the ACM device. No functions except those in the ACM driver's 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 to shut down their hardware 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.