ACM_Close

This function closes an ACM device and its driver.

Syntax

BOOL ACM_Close(DWORD dwOpenData );

Parameters

dwOpenData
Specifies a value returned from a call to the ACM_Open function.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The ACM Driver Wrapper library (Acmdwrap.lib) always returns TRUE for this function.