Share via


device Module

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

See Also

Concepts

Common Windows Embedded CE Modules