ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous Windows functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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).
Component: wd290vm.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help