SmartCode ViewerX

ISmartCodeVNCViewer::MessageBoxes Property


Sets or retrieves a value indicating whether the control would show any message boxes.

Syntax

HRESULT ISmartCodeVNCViewer::get_MessageBoxes(VARIANT_BOOL* pbMsg);
HRESULT ISmartCodeVNCViewer::put_MessageBoxes(VARIANT_BOOL bMsg);

Parameters

pbMsg
Pointer to a variable of type VARIANT_BOOL that receives message boxes mode attribute.
bMsg
VARIANT_BOOL that enables or disables message boxes mode.

Return Value

Returns S_OK if successful, or an error value otherwise.