Mercurial > yakumo_izuru > aya
comparison vendor/golang.org/x/sys/windows/setupapi_windows.go @ 68:4b79810863f6 draft
Ready to release 0.6.0
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Wed, 13 Sep 2023 10:49:50 +0000 |
parents | 787b5ee0289d |
children |
comparison
equal
deleted
inserted
replaced
67:4edfa07d5fe0 | 68:4b79810863f6 |
---|---|
294 DI_PROPERTIES_CHANGE DI_FLAGS = 0x00004000 | 294 DI_PROPERTIES_CHANGE DI_FLAGS = 0x00004000 |
295 | 295 |
296 // Flag to indicate that the sorting from the INF file should be used. | 296 // Flag to indicate that the sorting from the INF file should be used. |
297 DI_INF_IS_SORTED DI_FLAGS = 0x00008000 | 297 DI_INF_IS_SORTED DI_FLAGS = 0x00008000 |
298 | 298 |
299 // Flag to indicate that only the the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched. | 299 // Flag to indicate that only the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched. |
300 DI_ENUMSINGLEINF DI_FLAGS = 0x00010000 | 300 DI_ENUMSINGLEINF DI_FLAGS = 0x00010000 |
301 | 301 |
302 // Flag that prevents ConfigMgr from removing/re-enumerating devices during device | 302 // Flag that prevents ConfigMgr from removing/re-enumerating devices during device |
303 // registration, installation, and deletion. | 303 // registration, installation, and deletion. |
304 DI_DONOTCALLCONFIGMG DI_FLAGS = 0x00020000 | 304 DI_DONOTCALLCONFIGMG DI_FLAGS = 0x00020000 |