Documentation ¶
Index ¶
Constants ¶
View Source
const ( Global = 0x00000001 // DI_REMOVEDEVICE_GLOBAL, DICS_FLAG_GLOBAL ConfigSpecific = 0x00000002 // DI_REMOVEDEVICE_CONFIGSPECIFIC, DICS_FLAG_CONFIGSPECIFIC ConfigGeneral = 0x00000004 // DICS_FLAG_CONFIGGENERAL )
Windows hardware profile scope flags.
https://docs.microsoft.com/en-us/windows/desktop/api/setupapi/ns-setupapi-_sp_removedevice_params
Variables ¶
View Source
var FormatGo = Format{
Global: "Global",
ConfigSpecific: "ConfigSpecific",
ConfigGeneral: "ConfigGeneral",
}
FormatGo maps hardware profile scope flags to Go-style constant strings.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.