|
|
|
|
|
COMCreateInstance (Function) In french: COMCréeInstance Instantiates a COM object (Component Object Model). A specific interface of the object is retrieved so that it can be used with COMCallMethod. Syntax
<Result> = COMCreateInstance(<Class Identifier> , <Interface Identifier>)
<Result>: COMObject variable COMObject variable corresponding to the interface that will be used by COMCallMethod. <Class Identifier>: Character string GUID (globally unique identifier) of the class of the COM object to instantiate. <Interface Identifier>: Character string GUID (globally unique identifier) of interface of object to retrieve. Remarks The GUIDs GUIDs are strings of 32 hexadecimal characters separated or not by hyphens (for example: 265EBF50-D4A0-448D-ADC6-EAD971CFB537). The case has no importance.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|