Smart Card Drivers (Windows CE 5.0)

Send Feedback

Smart Card support consists of three major pieces. One is the Smart Card Resource Manager, which contains APIs that enable developers to write software that uses smart cards. Another is the smart card driver library, which contains APIs that support the creation of device drivers for smart cards. The third is a set of I/O control codes that the Smart Card Resource Manager uses to interact with smart card device drivers.

Smart Card drivers should only be opened by the Smart Card Resource Manager. As such, Smart Card drivers are accessable only to trusted processes. This can be accomplished by setting the DEVFLAGS_TRUSTEDCALLERONLY flag for a Smart Card driver. The Smart Card drivers that are shipped with Windows CE are marked with the DEVFLAGS_TRUSTEDCALLERONLY flag. For more information on the DEVFLAGS_TRUSTEDCALLERONLY flag, see Device Manager Security.

In This Section

  • Power Management
    Describes the power management capabilities provided by the Windows CE OS.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.