PTC MKS Toolkit Knowledge Base

Section:IO
Product:MKS Toolkit (TKEDev)
Version:
OS:All
Keywords:win32 file handle
Category:Porting/Knowledge Base


Is there a way to get a Win32 window handle for an X client window?


No, there is no reliable way to get such a handle, nor is such an operation advisable or supported. Although it may be possible to find the window handle by using the Win32 FindWindow() API and searching for the title, MKS will not support such code.