ACM_Init
This function initializes an ACM driver.
PVOID ACM_Init(
DWORD dwInfo
);
Parameters
- dwInfo
A value that specifies information passed to the RegisterDevice function.
Return Values
If the function call succeeds, the function returns a DWORD value, which is passed to the ACM_Open 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
OS Versions: Windows CE 1.0 and later.
Header: Acmdrv.h.
Link Library: Acmdwrap.lib.
See Also
ACM_Open | ACM_Deinit | ACM Driver Functions
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.