IHTMLDocument2::get_cookieIHTMLDocument2::get_cookie*
*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.

p
Address of a string variable that receives the cookie.

See also put_cookie

Up Top of Page


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.

v
String specifying the cookie.

See also get_cookie


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.