Home | History | Annotate | Download | only in include

Lines Matching defs:GetBufferSize

1267     virtual HRESULT WINAPI GetBufferSize(DWORD *pBufferSize) = 0;
1280 HRESULT (WINAPI *GetBufferSize)(ITAllocatorProperties *This,DWORD *pBufferSize);
1295 #define ITAllocatorProperties_GetBufferSize(This,pBufferSize) (This)->lpVtbl->GetBufferSize(This,pBufferSize)