How to delay loading of Windows Embedded CE driver

Source: Internet
Author: User

When developing Windows Embedded Ce (wince) and using Huawei 3G modem em 770w, we found that the driver was faulty and required delayed loading. Later I found a simple method to delay the loading of the driver.

Add the flags entry to the registry of the driver device. The value of this item is 4, indicating that the driver will not be loaded automatically.

Devflags_noload 0x00000004
-Allows you to have the registry settings, but not actually have the driver loaded.
You can useThisTo keep the driver from loading until you call ActivateDeviceEx () You can setThisFlag,
But you must clear it before calling ActivateDeviceEx ()

 

If you need this driverProgramCall ActivateDeviceEx () to load the driver.

 

See Windows CE: Stream interface driver Registry Settings

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.