IScVxAdvancedSettings::EnableScreenUpdatedEvent Property
Enables/Disables firing of ScreenUpdated event. For performance reasons, this property is set to False by default.
Syntax
HRESULT IScVxAdvancedSettings::get_EnableScreenUpdatedEvent(VARIANT_BOOL* pbEnable); HRESULT IScVxAdvancedSettings::put_EnableScreenUpdatedEvent(VARIANT_BOOL bEnable);
Parameters
- pbEnable
- Pointer to a variable of type VARIANT_BOOL that receives ScreenUpdated event status.
- bEnable
- VARIANT_BOOL that enables or disables ScreenUpdated event.
Return Value
Returns S_OK if successful, or an error value otherwise.