Home | History | Annotate | Download | only in include

Lines Matching full:underline

1248     virtual HRESULT WINAPI put_Underline(WINBOOL underline) = 0;
1279 HRESULT (WINAPI *put_Underline)(IFont *This,WINBOOL underline);
1312 #define IFont_put_Underline(This,underline) (This)->lpVtbl->put_Underline(This,underline)
1347 HRESULT WINAPI IFont_put_Underline_Proxy(IFont *This,WINBOOL underline);