ReactOS 0.4.16-dev-297-gc569aee
|
#include "biditext.h"
Go to the source code of this file.
Functions | |
DWORD WINAPI | LpkGetCharacterPlacement (HDC hdc, LPCWSTR lpString, INT uCount, INT nMaxExtent, GCP_RESULTSW *lpResults, DWORD dwFlags, DWORD dwUnused) |
BOOL WINAPI | LpkExtTextOut (HDC hdc, int x, int y, UINT fuOptions, const RECT *lprc, LPCWSTR lpString, UINT uCount, const INT *lpDx, INT unknown) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpszCmdLine, int nCmdShow) |
INT_PTR CALLBACK | AboutDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | ShowAboutDialog (HWND owner) |
LRESULT CALLBACK | MainWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
BOOL | RegisterMainWindowClass () |
HWND | CreateMainWindow () |
Variables | |
HINSTANCE | g_hInstance = NULL |
static LPCTSTR | MainWndClass = TEXT("BiDi Test") |
Definition at line 80 of file biditext.c.
Referenced by ShowAboutDialog().
Definition at line 330 of file biditext.c.
Referenced by _tWinMain(), and wWinMain().
BOOL WINAPI LpkExtTextOut | ( | HDC | hdc, |
int | x, | ||
int | y, | ||
UINT | fuOptions, | ||
const RECT * | lprc, | ||
LPCWSTR | lpString, | ||
UINT | uCount, | ||
const INT * | lpDx, | ||
INT | unknown | ||
) |
Definition at line 193 of file lpk.c.
DWORD WINAPI LpkGetCharacterPlacement | ( | HDC | hdc, |
LPCWSTR | lpString, | ||
INT | uCount, | ||
INT | nMaxExtent, | ||
GCP_RESULTSW * | lpResults, | ||
DWORD | dwFlags, | ||
DWORD | dwUnused | ||
) |
Definition at line 119 of file biditext.c.
Referenced by RegisterMainWindowClass().
Definition at line 307 of file biditext.c.
Referenced by wWinMain().
Definition at line 110 of file biditext.c.
Referenced by MainWndProc().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpszCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 27 of file biditext.c.
Definition at line 23 of file biditext.c.
Referenced by _ShowContextMenu(), CCharMapWindow::Create(), CGridView::Create(), CreateMainWindow(), CCharMapWindow::CreateStatusBar(), CNtObjectFolderExtractIcon::GetIconLocation(), CRegistryFolderExtractIcon::GetIconLocation(), Hotplug_Init(), CCharMapWindow::Initialize(), MainWindow_WndProc(), MouseKeys_Update(), Power_Init(), Power_Update(), RegisterMainWindowClass(), SE_DynamicShim(), SeiHookImports(), SeiResetEntryProcessed(), ShowAboutDialog(), START_TEST(), CSysTray::SysTrayThreadProc(), Volume_Init(), Volume_Update(), and wWinMain().
Definition at line 116 of file biditext.c.
Referenced by CreateMainWindow(), and RegisterMainWindowClass().