MM_ACM_CLOSE

The MM_ACM_CLOSE callback message notifies a client that an asynchronous ACM driver has finished processing an ACMDM_STREAM_CLOSE message.

Parameters

dwMsg

MM_ACM_CLOSE

dwParam1

NULL

dwParam2

NULL

Comments

An asynchronous ACM driver sends an MM_ACM_CLOSE message to its client, by means of a callback, when the driver finishes processing an ACMDM_STREAM_CLOSE message. The driver sends the message to the client by calling DriverCallback, passing the specified parameters.

For more information about the use of MM_ACM_CLOSE, see Notifying Clients from ACM Drivers and Converting Data Streams.