Lines Matching refs:GetFreeCount
1632 virtual HRESULT WINAPI GetFreeCount(LONG *plBuffersFree) = 0;1647 HRESULT (WINAPI *GetFreeCount)(IMemAllocatorCallbackTemp *This,LONG *plBuffersFree);1664 #define IMemAllocatorCallbackTemp_GetFreeCount(This,plBuffersFree) (This)->lpVtbl->GetFreeCount(This,plBuffersFree)