TwclHardwareChangeMessage.Create(TGUID,TGUID,string,Boolean) Constructor

Creates new Hardware Changed message object.

Namespace: wclMessaging
public
 constructor Create(const InterfaceClass: TGUID; const DeviceClass: TGUID;
 const Instance: string; const Inserted: Boolean);

Parameters

InterfaceClass
Type: TGUID

The device interface class GUID.

DeviceClass
Type: TGUID

The device class GUID.

Instance
Type: string

The device instance string.

Inserted
Type: Boolean

True if the device has been inserted.