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