Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IWriteCookie::get_HasKeys

The IWriteCookie::get_HasKeys method retrieves a Boolean value which indicates whether or not the cookie has keys.

HRESULT get_HasKeys(

VARIANT_BOOL * pfHasKeys

);

Parameters: IWriteCookie::get_HasKeys

pfHasKeys

Points to a Boolean that indicates whether or not the cookie has keys.

Remarks: IWriteCookie::get_HasKeys

If the cookie has been implemented as a collection, this method will return TRUE. If the cookie has keys, you can use the IWriteCookie::get_NewEnum method to retrieve an enumerator for iterating through the collection.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.