Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |
| Windows Embedded CE | Windows CE 1.0 and later |