Home | History | Annotate | Download | only in include

Lines Matching refs:appearance

532     virtual HRESULT WINAPI put_Appearance(short appearance) = 0;
585 HRESULT (WINAPI *put_Appearance)(IMSIMMessageView *This,short appearance);
640 #define IMSIMMessageView_put_Appearance(This,appearance) (This)->lpVtbl->put_Appearance(This,appearance)
674 HRESULT WINAPI IMSIMMessageView_put_Appearance_Proxy(IMSIMMessageView *This,short appearance);