Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::put_cookie Next Topic: IHTMLDocument2::put_expando |
IHTMLDocument2::get_cookie
HRESULT get_cookie( BSTR *p );Retrieves the string value of a cookie, which is a small piece of information stored by the browser.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the cookie.
See also put_cookie
IHTMLDocument2::put_cookie
HRESULT put_cookie( BSTR v );Sets the string value of a cookie, which is a small piece of information stored by the browser.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the cookie.
See also get_cookie
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.