device Module (Windows Embedded CE 6.0)
1/6/2010
The device module is the device manager, which provides loading and unloading APIs, provides power notification callbacks, tracks all loaded devices, and issues notifications. It is included on all Windows Embedded CEābased OS designs. For more information, see Device Manager.
The device module contains functions for application developers, which are defined in the Winbase.h header file. To import these functions, you must link to the Device.lib file.
Components
The following table shows the components for the device module.
Component | Description | Note | Library |
---|---|---|---|
devmain |
Supports device management. |
Exposes no public functions. |
Devmain.lib |
pmif |
Forwards power manager API calls to the Power Manager DLL, pm.dll, that the OS designer supplies. |
Not applicable. |
pmif.lib |
nopmif |
Stubs out the power manager API calls. |
Not applicable. |
nopmif.lib |