Searched defs:celt (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | mspenum.h | 16 STDMETHOD(Next)(ULONG celt,T *rgelt,ULONG *pceltFetched) { argument 17 if(IsBadWritePtr(rgelt,celt *sizeof(T))) return E_POINTER; 19 return BaseClass::Next(celt,rgelt,pceltFetched);
|
H A D | ndhelper.h | 24 ULONG celt; member in struct:tagHYPOTHESIS 90 STDMETHOD_(HRESULT,Initialize)(THIS_ ULONG celt,HELPER_ATTRIBUTE rgAttributes) PURE; 115 #define INetDiagHelper_Initialize(This,celt,rgAttributes) (This)->lpVtbl->Initialize(This,celt,rgAttributes) 173 STDMETHOD_(HRESULT,ReconfirmLowHealth)(THIS_ ULONG celt,HypothesisResult *pResults,string LPWSTR *ppwszUpdatedDescription,DIAGNOSIS_STATUS *pUpdatedStatus) PURE; 183 #define INetDiagHelperEx_ReconfirmLowHealth(This,celt,pResults,ppwszUpdatedDescription,pUpdatedStatus) (This)->lpVtbl->ReconfirmLowHealth(This,celt,pResults,ppwszUpdatedDescription,pUpdatedStatus)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | mspenum.h | 16 STDMETHOD(Next)(ULONG celt,T *rgelt,ULONG *pceltFetched) { argument 17 if(IsBadWritePtr(rgelt,celt *sizeof(T))) return E_POINTER; 19 return BaseClass::Next(celt,rgelt,pceltFetched);
|
H A D | ndhelper.h | 24 ULONG celt; member in struct:tagHYPOTHESIS 90 STDMETHOD_(HRESULT,Initialize)(THIS_ ULONG celt,HELPER_ATTRIBUTE rgAttributes) PURE; 115 #define INetDiagHelper_Initialize(This,celt,rgAttributes) (This)->lpVtbl->Initialize(This,celt,rgAttributes) 173 STDMETHOD_(HRESULT,ReconfirmLowHealth)(THIS_ ULONG celt,HypothesisResult *pResults,string LPWSTR *ppwszUpdatedDescription,DIAGNOSIS_STATUS *pUpdatedStatus) PURE; 183 #define INetDiagHelperEx_ReconfirmLowHealth(This,celt,pResults,ppwszUpdatedDescription,pUpdatedStatus) (This)->lpVtbl->ReconfirmLowHealth(This,celt,pResults,ppwszUpdatedDescription,pUpdatedStatus)
|
Completed in 469 milliseconds