method SetForegroundWindow.
Brings a target window to foreground.
HRESULT SetForegroundWindow(
long hWnd
long
hWnd
);
[in] . Handle of the target window.
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI