OPC Labs Base Library
HandleArguments Object
Members 
OpcLabs_BaseLib ActiveX DLL : HandleArguments Object
Description
Holds an integer handle as an argument to some operation.

 

ProgId: OpcLabs.BaseLib.OperationModel.HandleArguments
CLSID (Class ID): 66385469-0cb3-4e2a-b17c-f11971f96ba7
Default interface: OpcLabs.BaseLib.OperationModel.ComTypes._HandleArguments
Event source interface:

 

For more information, see HandleArguments and OpcLabs.BaseLib.OperationModel.ComTypes._HandleArguments in .NET Reference.

Object Model

HandleArguments ObjectOperationArguments ObjectOperationArguments Object

Remarks

For remarks, see HandleArguments and OpcLabs.BaseLib.OperationModel.ComTypes._HandleArguments in .NET Reference.

Object creation

_HandleArgumentsPtr HandleArgumentsPtr(__uuidof(HandleArguments));
HandleArguments := CoHandleArguments.Create;
var HandleArguments = new ActiveXObject("OpcLabs.BaseLib.OperationModel.HandleArguments");
HandleArguments := CoHandleArguments.Create;
$HandleArguments = Win32::OLE->new("OpcLabs.BaseLib.OperationModel.HandleArguments");
$HandleArguments = new COM("OpcLabs.BaseLib.OperationModel.HandleArguments");
OLEObject HandleArguments
HandleArguments = CREATE OLEObject
HandleArguments.ConnectToNewObject("OpcLabs.BaseLib.OperationModel.HandleArguments")
HandleArguments = win32com.client.Dispatch('OpcLabs.BaseLib.OperationModel.HandleArguments')
Dim HandleArguments As New OleObject ("OpcLabs.BaseLib.OperationModel.HandleArguments")
Dim HandleArguments As New HandleArguments
HandleArguments = CREATEOBJECT("OpcLabs.BaseLib.OperationModel.HandleArguments")
Dim HandleArguments As New HandleArguments
Dim HandleArguments: Set HandleArguments = CreateObject("OpcLabs.BaseLib.OperationModel.HandleArguments")
HandleArguments := CreateObject("OpcLabs.BaseLib.OperationModel.HandleArguments")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Holds arguments of an operation.

 

IID (Interface ID): eee67ffb-a7b3-43c3-8bd9-47f2805c529a

 

For more information, see _OperationArguments in .NET Reference.

Example

For examples, see HandleArguments in .NET Reference.

See Also

HandleArguments Members