SetupApiDeviceInfoDevInst Field

An opaque handle to the device instance (also known as a handle to the devnode).

Some functions, such as SetupDiXxx functions, take the whole SetupApiDeviceInfo structure as input to identify a device in a device information set. Other functions, such as CM_Xxx functions like CM_Get_DevNode_Status, take this DevInst handle as input.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int DevInst

Field Value

Int32

See Also