Click to return to the Reusing Browser Technology home page    
IHTMLOpsProfile Interface     IHTMLOpsProfile::addReque...     IHTMLOpsProfile Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLOpsProfile::addReadRequest Method


Adds a name entry to the read request queue.

Syntax

HRESULT addReadRequest( 
    BSTR name, 
    VARIANT reserved,
    VARIANT_BOOL *success 
);

Parameters

name
String that contains the name to add to the request queue.
reserved
Reserved; do not use.
success
Address of a variable that receives TRUE if the request was successfully added to the queue, or FALSE otherwise. This could mean that either the attribute name was not recognized or the attribute is already present in the request queue.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

doReadRequest


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.