Home | History | Annotate | Download | only in include

Lines Matching refs:GetPalette

5429     virtual HRESULT STDMETHODCALLTYPE GetPalette(
5486 HRESULT (STDMETHODCALLTYPE *GetPalette)(
5544 #define IOverlay_GetPalette(This,pdwColors,ppPalette) (This)->lpVtbl->GetPalette(This,pdwColors,ppPalette)
5567 return This->lpVtbl->GetPalette(This,pdwColors,ppPalette);