Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::ExecWB Next Topic: IWebBrowser2::GoBack |
IWebBrowser2::GetProperty
HRESULT GetProperty( BSTR szProperty, VARIANT FAR* pvtValue );Retrieves the value of a property associated with the given object.
- Returns S_OK if the operation is successful, or E_INVALIDARG if one or more parameters are invalid.
- szProperty
- Caller-allocated buffer that contains the name of the property to retrieve.
- pvtValue
- Address of a variable that receives the value associated with the given property.
Applies To
Internet Explorer
See also IWebBrowser2::PutProperty
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.