MM_ACM_DONE

The MM_ACM_DONE callback message notifies a client that an asynchronous ACM driver has finished processing an ACMDM_STREAM_CONVERT message.

Parameters

dwMsg
MM_ACM_DONE
dwParam1
Address of the ACMDRVSTREAMHEADER structure that was received with the ACMDM_STREAM_CONVERT message.
dwParam2
NULL

Comments

An asynchronous ACM driver sends an MM_ACM_DONE message to its client, by means of a callback, when the driver finishes processing an ACMDM_STREAM_CONVERT 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_DONE, see Notifying Clients from ACM Drivers and Converting Data Streams.