|
ReactOS 0.4.16-dev-2298-gcac013a
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | FONTPIDL_MAGIC 0x7066 |
| #define | ALIGN_DWORD(size) (((size) + 3) & ~3) |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (fontext) | |
| PITEMID_CHILD | _ILCreate (LPCWSTR lpName, LPCWSTR lpFileName) |
| const FontPidlEntry * | _FontFromIL (PCITEMID_CHILD pidl) |
Definition at line 14 of file fontpidl.cpp.
| #define FONTPIDL_MAGIC 0x7066 |
Definition at line 13 of file fontpidl.cpp.
| const FontPidlEntry * _FontFromIL | ( | PCITEMID_CHILD | pidl | ) |
Definition at line 80 of file fontpidl.cpp.
Referenced by _CDataObject_CreateInstance(), _ILCreate(), CFontExt::CompareIDs(), DeleteFontFiles(), DoPreviewFontFiles(), CFontExt::GetAttributesOf(), CFontExt::GetDetailsOf(), CFontExt::GetDisplayNameOf(), and CFontExt::GetUIObjectOf().
| PITEMID_CHILD _ILCreate | ( | LPCWSTR | lpName, |
| LPCWSTR | lpFileName | ||
| ) |
Definition at line 16 of file fontpidl.cpp.
Referenced by CFindFolder::AddResult(), CEnumZipContents::Next(), CEnumFonts::Next(), CFontExt::ParseDisplayName(), and CFindFolder::SetNameOf().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | fontext | ) |