property CreateFlashWindow.
Creates a popup window to flash a message in one or two lines.
|
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.
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.