IVariantDictionary::get_Count

The IVariantDictionary::get_Count method returns the number of items in either the Contents or StaticObjects collection.

HRESULT get_Count(

   int*cStrRet // pointer to an integer containing the number of items

);

 

Return Values
cStrRet
[retval] [out] Points to an integer that contains a total of the number of items in the collection.
See Also

Application Contents Collection, Application StaticObjects Collection, Session Contents Collection, Session StaticObjects Collection