ACM_Close (Compact 2013)
3/26/2014
This function closes an ACM device and its driver.
Syntax
BOOL ACM_Close(
DWORD dwOpenData
);
Parameters
- dwOpenData
Value that specifies the value returned from a call to the ACM_Open (ACM Driver) function.
Return Value
A return value of TRUE indicates success. A value of FALSE indicates failure.
Remarks
The ACM Driver Wrapper library, Acmdwrap.lib, always returns TRUE for this function.
Requirements
Header |
Acmdrv.h |