We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a39038 commit 43926d3Copy full SHA for 43926d3
windows/setupapi_windows.go
@@ -296,7 +296,7 @@ const (
296
// Flag to indicate that the sorting from the INF file should be used.
297
DI_INF_IS_SORTED DI_FLAGS = 0x00008000
298
299
- // Flag to indicate that only the the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched.
+ // Flag to indicate that only the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched.
300
DI_ENUMSINGLEINF DI_FLAGS = 0x00010000
301
302
// Flag that prevents ConfigMgr from removing/re-enumerating devices during device
0 commit comments