Share via


ACM_Deinit (Windows Embedded CE 6.0)

1/6/2010

This function deinitializes an ACM driver.

Syntax

PVOID ACM_Deinit(
  DWORD dwData
);

Parameters

  • dwData
    Value that specifies the value returned from a call to the ACM_Init function.

Return Value

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

Header Acmdrv.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

ACM_Init

Concepts

ACM Driver Functions