IAPI::CreateFlashWindow

property CreateFlashWindow.

Creates a popup window to flash a message in one or two lines.

 

HRESULT CreateFlashWindow(
  long hWndParent,
  BSTR message,
 long *pVal
);

Parameters

hWndParent

[in]

.  Handle of parent window

message

[in]

.  Text message to flash which can be formated with 2 lines separated with linefeed (ASCII Code = 10 )

pVal

[out, retval] The returned value is the handle of the popup 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