次の方法で共有


ACM_Deinit (Compact 2013)

3/26/2014

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

See Also

Reference

ACM Driver Functions
ACM_Init