Click or drag to resize

wclHardwareChangeMessage Constructor

Creates new Hardware Changed message object.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public wclHardwareChangeMessage(
	Guid InterfaceClass,
	Guid DeviceClass,
	string Instance,
	bool Inserted
)

Parameters

InterfaceClass  Guid
The device interface class GUID.
DeviceClass  Guid
The device class GUID.
Instance  String
The device instance string.
Inserted  Boolean
true if the device has been inserted.
See Also