|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <olectl.h>

Public Attributes | |
| UINT | cbSizeofstruct |
| LPOLESTR | lpstrName |
| CY | cySize |
| SHORT | sWeight |
| SHORT | sCharset |
| BOOL | fItalic |
| BOOL | fUnderline |
| BOOL | fStrikethrough |
| UINT tagFONTDESC::cbSizeofstruct |
Definition at line 119 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| CY tagFONTDESC::cySize |
Definition at line 121 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| BOOL tagFONTDESC::fItalic |
Definition at line 124 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| BOOL tagFONTDESC::fStrikethrough |
Definition at line 126 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| BOOL tagFONTDESC::fUnderline |
Definition at line 125 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| LPOLESTR tagFONTDESC::lpstrName |
Definition at line 120 of file olectl.h.
Referenced by OLEFontImpl_Clone(), OLEFontImpl_Construct(), OLEFontImpl_Destroy(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| SHORT tagFONTDESC::sCharset |
Definition at line 123 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().
| SHORT tagFONTDESC::sWeight |
Definition at line 122 of file olectl.h.
Referenced by OLEFontImpl_Construct(), test_font_events_disp(), test_hfont_lifetime(), test_OleCreateFontIndirect(), test_realization(), and test_returns().