[SETUPAPI][PSDK] Implement SetupDiGetCustomDevicePropertyW

This commit is contained in:
Eric Kohl 2024-12-18 23:18:36 +01:00
parent 1e06829961
commit d44ed03b6c
3 changed files with 82 additions and 1 deletions

View file

@ -117,6 +117,7 @@ extern "C" {
#define DICS_START 4
#define DICS_FLAG_CONFIGGENERAL 4
#define DICS_STOP 5
#define DICUSTOMDEVPROP_MERGE_MULTISZ 0x00000001
#define DIF_SELECTDEVICE 1
#define DIF_INSTALLDEVICE 2
#define DIF_ASSIGNRESOURCES 3