ACM_Deinit

This function deinitializes an ACM driver.

Syntax

PVOID ACM_Deinit( DWORD dwData );

Parameters

dwData
Specifies a value returned from a call to the ACM_Init function.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The ACM Driver Wrapper library (Acmdwrap.lib) calls the DriverProc with the DRV_FREE message.