addReadRequest method

[This documentation is preliminary and is subject to change.]

Obsolete. Adds an entry to the queue for read requests.

This method is not supported for Metro style apps using JavaScript.

Syntax

VARIANT_BOOL retVal = object.addReadRequest(name, reserved);

Standards information

There are no standards that apply here.

Parameters

  • name [in]
    Type: BSTR

    BSTR that specifies one of the standard IHTMLOpsProfile::getAttribute names. If anything else is used, the request is ignored and nothing is added to the read-requests queue.

  • reserved [in, optional]
    Type: VARIANT

    Internet Explorer currently ignores this parameter.

Remarks

This method appends a vCard name to the read-requests queue. The read-requests queue is a list of read requests waiting to be initiated. To initiate the accumulated, or compound, read requests in the queue, call IHTMLOpsProfile::doReadRequest. To clear the queue, call IHTMLOpsProfile::clearRequest.

As of Windows Internet Explorer 7, this method is obsolete and should not be used.

See also

IHTMLOpsProfile::getAttribute

 

 

Build date: 6/12/2012