![]() |
HRESULT UserMessage(
[in] LONG session,
[in] BSTR caption,
[in] BSTR message,
[in] VARIANT_BOOL wantsData,
[out] BSTR* userData
);
[in] A value that indicates whether data can be returned in the userData parameter to update a JavaScript variable specified in the User Message task.TRUE = Data can be returnedFALSE = Data cannot be returned [out] Pointer to a variable that receives the variable value. The value of the wantsData parameter must be TRUE. The data returned is used to set the JavaScript variable specified in the User Message task.