IHTMLOpsProfile::addReadRequestIHTMLOpsProfile::addReadRequest*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOpsProfile::getAttribute
*Next Topic: IHTMLOpsProfile::doReadRequest

IHTMLOpsProfile::addReadRequest


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

Adds a name entry to the read request queue.

name
String value containing the name to add 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.

See also doReadRequest


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.