Home | History | Annotate | Download | only in include

Lines Matching refs:GetPalette

331     virtual HRESULT WINAPI GetPalette(HPALETTE *hpal) = 0;
368 HRESULT (WINAPI *GetPalette)(IBrowserService *This,HPALETTE *hpal);
407 #define IBrowserService_GetPalette(This,hpal) (This)->lpVtbl->GetPalette(This,hpal)
683 HRESULT (WINAPI *GetPalette)(IBrowserService2 *This,HPALETTE *hpal);
784 #define IBrowserService2_GetPalette(This,hpal) (This)->lpVtbl->GetPalette(This,hpal)
1023 HRESULT (WINAPI *GetPalette)(IBrowserService3 *This,HPALETTE *hpal);
1126 #define IBrowserService3_GetPalette(This,hpal) (This)->lpVtbl->GetPalette(This,hpal)