IAPI::CreateTooltipWindow

property CreateTooltipWindow. (since v2.35.8)

Creates a tooltip window for displaying a text message when the mouse flies over a screen-area.

 

HRESULT CreateTooltipWindow(
  long hWndParent,
  long *pVal
);

Parameters

hWndParent

[in]

.  Handle of parent window (dialog box or standard window)

pVal

[out, retval] The returned value is the handle of the tooltip window.

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