ACM_Init (Compact 2013)
3/26/2014
This function initializes an ACM driver.
Syntax
PVOID ACM_Init(
DWORD dwInfo
);
Parameters
- dwInfo
A value that specifies information passed to the RegisterDevice function.
Return Value
If the function call succeeds, the function returns a DWORD value, which is passed to the ACM_Open (ACM Driver) and ACM_Deinit functions. A value of NULL indicates that the function was unable to initialize the device.
Remarks
The ACM Driver Wrapper library, Acmdwrap.lib, calls the DriverProc function with the DRV_LOAD message.
Requirements
Header |
Acmdrv.h |
Library |
Acmdwrap.lib |