ACM_Init (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
ACM_Open (ACM Driver)
ACM_Deinit