PalEnableWindow

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean PalEnableWindow( WindowHandle hWnd )

The PalEnableWindow does the same thing as SalEnableWindow, with the difference that it enables a window only if it is disabled.

Parameters

Name Description
SalWindowHandle hWnd The handle (or name) of the window to enable.

Returns

The return value is TRUE if the method succeeds and FALSE if it fails.

Comments

It is better to use this method instead of SalEnableWindow because it avoids screen flicker.