Share via


ACM_Init (Windows CE 5.0)

Send Feedback

This function initializes an ACM driver.

PVOID ACM_Init(DWORDdwInfo);

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 (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

OS Versions: Windows CE 1.0 and later.
Header: Acmdrv.h.
Link Library: Acmdwrap.lib.

See Also

ACM_Open (ACM Driver) | ACM_Deinit | ACM Driver Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.