Home | History | Annotate | Download | only in include

Lines Matching refs:uCount

2130         ULONG uCount,
2135 ULONG uCount,
2172 ULONG uCount,
2178 ULONG uCount,
2204 #define IEnumWbemClassObject_Next(This,lTimeout,uCount,apObjects,puReturned) (This)->lpVtbl->Next(This,lTimeout,uCount,apObjects,puReturned)
2205 #define IEnumWbemClassObject_NextAsync(This,uCount,pSink) (This)->lpVtbl->NextAsync(This,uCount,pSink)
2223 static FORCEINLINE HRESULT IEnumWbemClassObject_Next(IEnumWbemClassObject* This,LONG lTimeout,ULONG uCount,IWbemClassObject **apObjects,ULONG *puReturned) {
2224 return This->lpVtbl->Next(This,lTimeout,uCount,apObjects,puReturned);
2226 static FORCEINLINE HRESULT IEnumWbemClassObject_NextAsync(IEnumWbemClassObject* This,ULONG uCount,IWbemObjectSink *pSink) {
2227 return This->lpVtbl->NextAsync(This,uCount,pSink);
2250 ULONG uCount,
2260 ULONG uCount,