Click to return to the Reusing Browser Technology home page    
IHTMLWindow2::get__newEnu...     IHTMLWindow2::get_onbefor...     IHTMLWindow2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow2::get_offscreenBuffering Method


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.


IHTMLWindow2::put_offscreenBuffering Method

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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.