Home | History | Annotate | Download | only in include

Lines Matching refs:get_Count

151     virtual HRESULT WINAPI get_Count(int *cStrRet) = 0;
165 HRESULT (WINAPI *get_Count)(IStringList *This,int *cStrRet);
181 #define IStringList_get_Count(This,cStrRet) (This)->lpVtbl->get_Count(This,cStrRet)
201 virtual HRESULT WINAPI get_Count(int *cStrRet) = 0;
216 HRESULT (WINAPI *get_Count)(IRequestDictionary *This,int *cStrRet);
233 #define IRequestDictionary_get_Count(This,cStrRet) (This)->lpVtbl->get_Count(This,cStrRet)
340 virtual HRESULT WINAPI get_Count(int *cStrRet) = 0;
356 HRESULT (WINAPI *get_Count)(IReadCookie *This,int *cStrRet);
374 #define IReadCookie_get_Count(This,cStrRet) (This)->lpVtbl->get_Count(This,cStrRet)
643 virtual HRESULT WINAPI get_Count(int *cStrRet) = 0;
662 HRESULT (WINAPI *get_Count)(IVariantDictionary *This,int *cStrRet);
683 #define IVariantDictionary_get_Count(This,cStrRet) (This)->lpVtbl->get_Count(This,cStrRet)