IRequestDictionary::get_Count

The IRequestDictionary::get_Count method determines the total number of items in a collection.

HRESULT STDMETHODCALLTYPE get_Count( 
     int*cStrRet       //a pointer to an integer containing
                       // the number of items
) 
Return Values
cStrRet
Points to an integer that contains a total of the number of items in the collection.
See Also

IRequestDictionary, IReadCookie, IWriteCookie


© 1997 by Microsoft Corporation. All rights reserved.