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

IHTMLOpsProfile::getAttribute Method


Returns the value of the named attribute for the user profile. If read access for this attribute is not already available, this method simply returns the NULL string.

Syntax

HRESULT getAttribute( 
    BSTR name, 
    BSTR *value 
);

Parameters

name
String that specifies the name for the user profile.
value
Address of a string variable that receives the value.

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.