Retrieves the value that indicates whether an offscreen buffer is being used.
Syntax
HRESULT get_offscreenBuffering( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives a value that indicates if a buffer is being used.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the value that indicates whether to use an offscreen buffer.
Syntax
HRESULT put_offscreenBuffering( VARIANT v );
Parameters
- v
- VARIANT structure that specifies whether to use an offscreen buffer.
Return Value
Returns S_OK if successful, or an error code otherwise.