WinEnableWindowUpdate - Parameters
hwnd
(
HWND
) - input
Window handle.
fEnable
(
BOOL
) - input
New visibility state.
TRUE
Set window state visible
FALSE
Set window state invisible.
rc
(
BOOL
) - returns
Visibility-changed indicator.
TRUE
Window visibility successfully changed
FALSE
Window visibility not successfully changed.
[Back: WinEnableWindowUpdate Return Value - rc]
[Next: WinEnableWindowUpdate - Remarks]