This function initializes an ACM driver.
PVOID ACM_Init( DWORD dwInfo );
Returns a DWORD, which is passed to the ACM_Open and ACM_Deinit functions, or NULL if unable to initialize the device.
The ACM Driver Wrapper library (Acmdwrap.lib) calls the DriverProc with the DRV_LOAD message.