This method returns an enumerator interface which can be used to iterate through the items in a cookie.
HRESULT get__NewEnum(
IUnknown ** ppEnumReturn
//pointer to an IUnknown interface pointer that receives the enumerator
);
© Microsoft Corporation. All rights reserved.