Searched defs:SetItemCount (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmmc.h1211 virtual HRESULT WINAPI SetItemCount(int nItemCount,DWORD dwOptions) = 0;
1233 HRESULT (WINAPI *SetItemCount)(IResultData *This,int nItemCount,DWORD dwOptions); member in struct:IResultDataVtbl
1257 #define IResultData_SetItemCount(This,nItemCount,dwOptions) (This)->lpVtbl->SetItemCount(This,nItemCount,dwOptions)
2976 HRESULT (WINAPI *SetItemCount)(IResultData2 *This,int nItemCount,DWORD dwOptions); member in struct:IResultData2Vtbl
3001 #define IResultData2_SetItemCount(This,nItemCount,dwOptions) (This)->lpVtbl->SetItemCount(This,nItemCount,dwOptions)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmmc.h1211 virtual HRESULT WINAPI SetItemCount(int nItemCount,DWORD dwOptions) = 0;
1233 HRESULT (WINAPI *SetItemCount)(IResultData *This,int nItemCount,DWORD dwOptions); member in struct:IResultDataVtbl
1257 #define IResultData_SetItemCount(This,nItemCount,dwOptions) (This)->lpVtbl->SetItemCount(This,nItemCount,dwOptions)
2976 HRESULT (WINAPI *SetItemCount)(IResultData2 *This,int nItemCount,DWORD dwOptions); member in struct:IResultData2Vtbl
3001 #define IResultData2_SetItemCount(This,nItemCount,dwOptions) (This)->lpVtbl->SetItemCount(This,nItemCount,dwOptions)

Completed in 147 milliseconds