I\'ve got 2 tasks: a) distinguish digital cameras from other MTP-devices, obtained byIPortableDeviceManager::GetDeviceList;
I\'m developing a launcher application for a 3D game on Windows. The configuration \"ini\" file requires the user to specify the hardware GUID for the desired device, as in, the Device Identifier GUID
How do you get the install date of a driver using the Setup API? (This is pretty much the same as this question, except that I\'m looking for a solution with the Setup API, not WMI.)
I\'m working on a Windows driver for a USB device and the installation has to override the built-in class driver from Microsoft, so that the device uses my driver.
When using the following 开发者_运维技巧line code in Delphi 2010, a\'m getting an \"Access Violation\" error, but the same code working fine in VC++.
Sor开发者_StackOverflow中文版ry for my English. I want to enumerate all pointers to the DEVICE_OBJECT\'s in the system. I know that this can be done from the user mode, but I forgot. May be with helpi
When installing a signed driver (i.e. with a properly signed .CAB) on Windows 7 through DpInst, unless it\'s a WHQL-signed driver, you cannot install it silently. If you run DpInst in the non-silent m
I am trying to develop a C# application that can communicate with a USB HID. I have overriden my WndProc method so that is catches all of the WM_DEVICECHANGE events and passes the DeviceChange method