GetWindowHandle

Home / Support / Reference Guide / Framework / GetWindowHandle
ENATIVETYPE GetWindowHandle(void)

Parameters

None.

Return value

This is the current window handle of the framework, this can be useful for Windows or Symbian based applications.

Description

Use this function to retrieve the current window handle. For Win32 build the return value can be cast to HWND, for Symbian builds it can be cast to RWindow *.

Version changes

EDGELIB 3.10: Replacement of GetWnd, added support for Symbian

Latest forum posts