Previous PageNext Page

13.4.1 IReadCookie::get_HasKeys

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

HRESULT get_HasKeys(

VARIANT_BOOL * pfHasKeys

);

Parameters

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

Remarks

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page