IAPI::ShowWindow

method ShowWindow.

Shows a target window.

 

HRESULT ShowWindow(
  long hWnd
);

Parameters

hWnd

[in] .   Handle of the target window.

         -1 for console window (DOS)

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI