IAPI::DestroyWindow

property DestroyWindow.

Destroys a target window

 

HRESULT DestroyWindow(
  long hWnd,
  BOOL *pVal
);

Parameters

hWnd

[in] .   Handle of the target window.

pVal

[out, retval] The returned value is TRUE or FALSE

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI