|
ReactOS 0.4.16-dev-2293-g4d8327b
|
#include <fontpidl.hpp>
Public Member Functions | |
| LPWSTR | Name () |
| LPWSTR | FileName () |
| LPCWSTR | Name () const |
| LPCWSTR | FileName () const |
Public Attributes | |
| WORD | cb |
| WORD | Magic |
| WORD | ibName |
| WORD | ibFileName |
Definition at line 12 of file fontpidl.hpp.
|
inline |
Definition at line 19 of file fontpidl.hpp.
Referenced by _FontFromIL(), _ILCreate(), CFontExt::GetDisplayNameOf(), CFontExt::GetUIObjectOf(), and RunFontViewer().
|
inline |
Definition at line 21 of file fontpidl.hpp.
|
inline |
Definition at line 18 of file fontpidl.hpp.
Referenced by _CDataObject_CreateInstance(), _FontFromIL(), _ILCreate(), CFontExt::CompareIDs(), CFontCache::Find(), CFontExt::GetDetailsOf(), CFontExt::GetDisplayNameOf(), and CFontCache::MarkDeleted().
|
inline |
Definition at line 20 of file fontpidl.hpp.
| WORD FontPidlEntry::cb |
Definition at line 14 of file fontpidl.hpp.
Referenced by _FontFromIL(), and _ILCreate().
| WORD FontPidlEntry::ibFileName |
Definition at line 17 of file fontpidl.hpp.
Referenced by _FontFromIL(), _ILCreate(), and FileName().
| WORD FontPidlEntry::ibName |
Definition at line 16 of file fontpidl.hpp.
Referenced by _FontFromIL(), _ILCreate(), and Name().
| WORD FontPidlEntry::Magic |
Definition at line 15 of file fontpidl.hpp.
Referenced by _FontFromIL(), and _ILCreate().