setupapi
How to tell digital camera from other devices using WPD and using Setup API
I\'ve got 2 tasks: a) distinguish digital cameras from other MTP-devices, obtained byIPortableDeviceManager::GetDeviceList;[详细]
2023-04-01 09:45 分类:问答Getting hardware GUID for video adapter in C#
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[详细]
2023-03-22 10:11 分类:问答How to Get Driver Install Date?
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.)[详细]
2023-03-07 22:28 分类:问答Windows XP custom USB class driver, pre-install without WHQL signing?
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.[详细]
2023-02-24 09:29 分类:问答"SetupOpenInfFile" getting access violation error in Delphi2010
When using the following 开发者_运维技巧line code in Delphi 2010, a\'m getting an \"Access Violation\" error, but the same code working fine in VC++.[详细]
2023-02-10 17:56 分类:问答How enumerate all device objects?
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[详细]
2023-02-03 12:28 分类:问答dpinst / DifX won't install signed driver silently
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[详细]
2023-02-01 08:24 分类:问答DeviceAttached message never comes
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[详细]
2022-12-16 05:50 分类:问答