forked from Airr/RAEditC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRAEdit.h
18 lines (17 loc) · 906 Bytes
/
RAEdit.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <windows.h>
#include <commctrl.h>
#include "Data.h"
REG_T TimerProc(HWND hWin, UINT uMsg, UINT_PTR idEvent, DWORD dwTime);
REG_T SetHiliteWords(DWORD nColor, REG_T lpWords);
REG_T GetCharTabPtr(void);
REG_T GetCharTabVal(DWORD nChar);
REG_T SetCharTabVal(DWORD nChar, DWORD nValue);
REG_T SetBlockDef(REG_T lpRABLOCKDEF);
REG_T SplittBtnProc(HWND hWin, UINT uMsg, WPARAM wParam, LPARAM lParam);
REG_T StateProc(HWND hWin, UINT uMsg, WPARAM wParam, LPARAM lParam);
REG_T EditFunc(HWND hWin, UINT uMsg, DWORD fAlt, DWORD fShift, DWORD fControl);
REG_T RAEditProc(HWND hWin, UINT uMsg, WPARAM wParam, LPARAM lParam);
REG_T GetText(EDIT *pMem, DWORD cpMin, DWORD cpMax, REG_T lpText, DWORD fLf);
REG_T FakeToolTipProc(HWND hWin, UINT uMsg, WPARAM wParam, LPARAM lParam);
REG_T ConvTwipsToPixels(HDC hDC, DWORD fHorz, DWORD lSize);
REG_T RAWndProc(HWND hWin, UINT uMsg, WPARAM wParam, LPARAM lParam);