Share via


ACM_Close (Windows Embedded CE 6.0)

1/6/2010

This function closes an ACM device and its driver.

Syntax

BOOL ACM_Close(
  DWORD dwOpenData
);

Parameters

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

See Also

Reference

ACM_Open (ACM Driver)

Concepts

ACM Driver Functions