Contents Index Topic Contents | ||
Previous Topic: IHTMLOpsProfile::clearRequest Next Topic: IHTMLOpsProfile::addReadRequest |
IHTMLOpsProfile::getAttribute
HRESULT getAttribute( BSTR name, BSTR *value );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.
- Returns S_OK if successful, or an error value otherwise.
- name
- String value specifying the name for the user profile.
- value
- Address of a string variable that receives the value.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.