Home | History | Annotate | Download | only in include

Lines Matching refs:uBand

4983     virtual HRESULT WINAPI EnumBands(UINT uBand,DWORD *pdwBandID) = 0;
4998 HRESULT (WINAPI *EnumBands)(IBandSite *This,UINT uBand,DWORD *pdwBandID);
5015 #define IBandSite_EnumBands(This,uBand,pdwBandID) (This)->lpVtbl->EnumBands(This,uBand,pdwBandID)
5026 HRESULT WINAPI IBandSite_EnumBands_Proxy(IBandSite *This,UINT uBand,DWORD *pdwBandID);