|
|
|
|
|
COMQueryInterface (Function) In french: COMRécupèreInterface Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod. Syntax
<Result> = COMQueryInterface(<COMÂ Object> , <GUID>)
<Result>: COMObject variable COMObject variable that can be used by COMCallMethod. <COM Object>: COM Object COM object from which the interface must be retrieved. <GUID>: Character string GUID of the object interface to get. The GUID strings must include 32 hexadecimal characters separated (or not) by dashes (for example: 265EBF50-D4A0-448D-ADC6-EAD971CFB537).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|