ACM_Deinit (Windows CE 5.0)
This function deinitializes an ACM driver.
PVOID ACM_Deinit(DWORD dwData);
Parameters
- dwData
Value that specifies the value returned from a call to the ACM_Init function.
Return Values
A return value of TRUE indicates success. A value of FALSE indicates failure.
Remarks
The ACM Driver Wrapper library, Acmdwrap.lib, calls the DriverProc function with the DRV_FREE message.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Acmdrv.h.
See Also
ACM_Init | ACM Driver Functions
Send Feedback on this topic to the authors