ACM_Deinit

This function deinitializes an ACM driver.

PVOID ACM_Deinit(
  DWORD dwData
);

Parameters

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

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Acmdrv.h.

See Also

ACM_Init | ACM Driver Functions

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.