ReactOS 0.4.16-dev-959-g2ec3a19
|
Go to the source code of this file.
Classes | |
class | CFontExtModule |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (fontext) | |
STDAPI | DllCanUnloadNow () |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer () |
STDAPI | DllUnregisterServer () |
HRESULT | InstallFontFiles (_Out_ CStringW &strMsg, _In_ PCUIDLIST_ABSOLUTE pidlParent, _In_ UINT cidl, _In_ PCUITEMID_CHILD_ARRAY apidl) |
HRESULT | DoInstallFontFile (_Out_ CStringW &strMsg, _In_ PCWSTR pszFontPath, _In_ PCWSTR pszFontsDir, _In_ HKEY hkeyFonts) |
HRESULT | DoGetFontTitle (_In_ LPCWSTR pszFontPath, _Out_ CStringW &strFontName) |
EXTERN_C BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
Variables | |
const GUID | CLSID_CFontExt = { 0xbd84b380, 0x8ca2, 0x1069, { 0xab, 0x1d, 0x08, 0x00, 0x09, 0x48, 0xf5, 0x34 } } |
LONG | g_ModuleRefCnt |
CFontExtModule | gModule |
Definition at line 39 of file fontext.cpp.
Definition at line 46 of file fontext.cpp.
Definition at line 228 of file fontext.cpp.
Definition at line 51 of file fontext.cpp.
Definition at line 98 of file fontext.cpp.
Definition at line 201 of file fontext.cpp.
Referenced by DoInstallFontFile().
HRESULT DoInstallFontFile | ( | _Out_ CStringW & | strMsg, |
_In_ PCWSTR | pszFontPath, | ||
_In_ PCWSTR | pszFontsDir, | ||
_In_ HKEY | hkeyFonts | ||
) |
Definition at line 150 of file fontext.cpp.
Referenced by InstallFontFiles().
HRESULT InstallFontFiles | ( | _Out_ CStringW & | strMsg, |
_In_ PCUIDLIST_ABSOLUTE | pidlParent, | ||
_In_ UINT | cidl, | ||
_In_ PCUITEMID_CHILD_ARRAY | apidl | ||
) |
Definition at line 104 of file fontext.cpp.
Referenced by CFontExt::Drop().
WINE_DEFAULT_DEBUG_CHANNEL | ( | fontext | ) |
const GUID CLSID_CFontExt = { 0xbd84b380, 0x8ca2, 0x1069, { 0xab, 0x1d, 0x08, 0x00, 0x09, 0x48, 0xf5, 0x34 } } |
Definition at line 13 of file fontext.cpp.
Referenced by CFontExt::GetClassID().
LONG g_ModuleRefCnt |
Definition at line 36 of file fontext.cpp.
Referenced by DllCanUnloadNow().
CFontExtModule gModule |
Definition at line 37 of file fontext.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllMain(), DllRegisterServer(), and DllUnregisterServer().