次の方法で共有


ACM Driver Functions (Compact 2013)

3/26/2014

The following table shows the ACM functions and their associated calls.

Programming element

Description

ACM_Close

Called by the ACM when the driver is no longer needed.

ACM_Deinit

Called by the Device Manager when the driver is unloaded.

ACM_Init

Called by the Device Manager when the driver is loaded.

ACM_IOControl

Called by the ACM to pass messages to and receive information from the driver.

ACM_Open (ACM Driver)

Called by the ACM when the driver is opened for use.

ACM_PowerDown

Called by the Device Manager when the system enters the suspend state.

ACM_PowerUp

Called by the Device Manager when the system resumes from the suspend state.

ACM_Read

Never called.

ACM_Seek

Never called.

ACM_Write

Never called.

See Also

Reference

Audio Compression Manager Driver Reference
ACM Driver Messages
ACM Driver Structures