25#ifndef MSGDUMP_TPRINTF
26 #error Please define MSGDUMP_TPRINTF macro before #include "msgdump.h".
30 #define MSGDUMP_API WINAPI
34 #define MSGDUMP_PREFIX TEXT("")
47#define MSGDUMP_MAX_RECT_TEXT 64
68 if (0xC000 <= uMsg && uMsg <= 0xFFFF &&
139 MSGDUMP_TPRINTF(
TEXT(
"%sWM_ACTIVATE(hwnd:%p, state:%u, hwndActDeact:%p, fMinimized:%d)\n"),
322 MSGDUMP_TPRINTF(
TEXT(
"%sWM_MOUSEACTIVATE(hwnd:%p, hwndTopLevel:%p, codeHitTest:%u, msg:%u)\n"),
486 TCHAR szClass[24], sz[2];
487 static TCHAR s_szText[64];
499#if (_WIN32_IE >= 0x0300)
503#if (_WIN32_IE >= 0x0400)
510#if (_WIN32_IE >= 0x0401)
513#if (_WIN32_IE >= 0x0500)
547#if _RICHEDIT_VER >= 0x0800
548 case EN_CLIPFORMAT:
return TEXT(
"EN_CLIPFORMAT");
549 case EN_STARTCOMPOSITION:
return TEXT(
"EN_STARTCOMPOSITION");
550 case EN_ENDCOMPOSITION:
return TEXT(
"EN_ENDCOMPOSITION");
586#if NTDDI_VERSION >= 0x06000000
587 case LVN_COLUMNDROPDOWN:
return TEXT(
"LVN_COLUMNDROPDOWN");
588 case LVN_COLUMNOVERFLOWCLICK:
return TEXT(
"LVN_COLUMNOVERFLOWCLICK");
592#if NTDDI_VERSION >= 0x06000000
593 case LVN_LINKCLICK:
return TEXT(
"LVN_LINKCLICK");
594 case LVN_GETEMPTYMARKUP:
return TEXT(
"LVN_GETEMPTYMARKUP");
628#ifdef TVN_ITEMCHANGINGA
629 case TVN_ITEMCHANGINGA:
return TEXT(
"TVN_ITEMCHANGINGA");
630 case TVN_ITEMCHANGINGW:
return TEXT(
"TVN_ITEMCHANGINGW");
631 case TVN_ITEMCHANGEDA:
return TEXT(
"TVN_ITEMCHANGEDA");
632 case TVN_ITEMCHANGEDW:
return TEXT(
"TVN_ITEMCHANGEDW");
633 case TVN_ASYNCDRAW:
return TEXT(
"TVN_ASYNCDRAW");
645 MSGDUMP_TPRINTF(
TEXT(
"%sWM_NOTIFY(hwnd:%p, idFrom:%d, pnmhdr:%p, hwndFrom:%p, pnmhdr->idFrom:%d, code:%s)\n"),
662 MSGDUMP_TPRINTF(
TEXT(
"%sWM_DISPLAYCHANGE(hwnd:%p, bitsPerPixel:%u, cxScreen:%u, cyScreen:%u)\n"),
707 MSGDUMP_TPRINTF(
TEXT(
"%sWM_NCACTIVATE(hwnd:%p, fActive:%d, hwndActDeact:%p, fMinimized:%d)\n"),
911 MSGDUMP_TPRINTF(
TEXT(
"%sWM_MENUSELECT(hwnd:%p, hmenu:%p, item:%d, hmenuPopup:%p, flags:%u)\n"),
1014 MSGDUMP_TPRINTF(
TEXT(
"%sWM_MOUSEWHEEL(hwnd:%p, xPos:%d, yPos:%d, zDelta:%d, fwKeys:%u)\n"),
1051 MSGDUMP_TPRINTF(
TEXT(
"%sWM_MDIACTIVATE(hwnd:%p, fActive:%d, hwndActivate:%p, hwndDeactivate:%p)\n"),
1052 MSGDUMP_PREFIX, (
void *)
hwnd, fActive, (
void *)hwndActivate, (
void *)hwndDeactivate);
1161 MSGDUMP_TPRINTF(
TEXT(
"%sWM_MDISETMENU(hwnd:%p, fRefresh:%d, hmenuFrame:%p, hmenuWindow:%p)\n"),
1240 MSGDUMP_TPRINTF(
TEXT(
"%sWM_PAINTCLIPBOARD(hwnd:%p, hwndCBViewer:%p, lpPaintStruct:%p)\n"),
1247 MSGDUMP_TPRINTF(
TEXT(
"%sWM_VSCROLLCLIPBOARD(hwnd:%p, hwndCBViewer:%p, code:%u, pos:%d)\n"),
1277 MSGDUMP_TPRINTF(
TEXT(
"%sWM_HSCROLLCLIPBOARD(hwnd:%p, hwndCBViewer:%p, code:%u, pos:%d)\n"),
1434 MSGDUMP_TPRINTF(
TEXT(
"%sWM_NCXBUTTONDBLCLK(hwnd:%p, nHitTest:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1439 MSGDUMP_TPRINTF(
TEXT(
"%sWM_NCXBUTTONDOWN(hwnd:%p, nHitTest:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1447 MSGDUMP_TPRINTF(
TEXT(
"%sWM_NCXBUTTONUP(hwnd:%p, nHitTest:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1536 MSGDUMP_TPRINTF(
TEXT(
"%sWM_XBUTTONDBLCLK(hwnd:%p, fwKeys:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1541 MSGDUMP_TPRINTF(
TEXT(
"%sWM_XBUTTONDOWN(hwnd:%p, fwKeys:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1549 MSGDUMP_TPRINTF(
TEXT(
"%sWM_XBUTTONUP(hwnd:%p, fwKeys:%u, fwButton:%u, xPos:%d, yPos:%d)\n"),
1740 MSGDUMP_TPRINTF(
TEXT(
"%sWM_APPCOMMAND(hwnd:%p, hwndTarget:%p, cmd:%u, nDevice:%u, nKey:%u)\n"),
3212 MSGDUMP_TPRINTF(
TEXT(
"%sLVM_SETEXTENDEDLISTVIEWSTYLE(hwnd:%p, dwMask:0x%08lX, dw:0x%08lX)\n"),
3292 MSGDUMP_TPRINTF(
TEXT(
"%sLVM_APPROXIMATEVIEWRECT(hwnd:%p, iWidth:%d, iHeight:%d, iCount:%d)\n"),
3433#if NTDDI_VERSION >= 0x06000000
3437 MSGDUMP_TPRINTF(
TEXT(
"%sLVM_GETGROUPSTATE(hwnd:%p, dwGroupId:0x%08lX, dwMask:0x%08lX)\n"),
3443 MD_ListView_OnGetFocusedGroup(
HWND hwnd)
3475#if NTDDI_VERSION >= 0x06000000
3540#ifndef LVM_SETTILEWIDTH
3541 #define LVM_SETTILEWIDTH (LVM_FIRST+141)
3568#if NTDDI_VERSION >= 0x06000000
3594 MD_ListView_OnRemoveGroup(
HWND hwnd,
INT iGroupId)
3610 MD_ListView_OnGetGroupCount(
HWND hwnd)
3671 MD_ListView_OnRemoveAllGroups(
HWND hwnd)
3835#if NTDDI_VERSION >= 0x06000000
3852 MD_ListView_OnGetFooterInfo(
HWND hwnd, LVFOOTERINFO *plvfi)
3868 MD_ListView_OnGetFooterItem(
HWND hwnd,
INT iItem, LVFOOTERITEM *pfi)
3876 MD_ListView_OnGetItemIndexRect(
HWND hwnd,
const LVITEMINDEX *plvii,
RECT *
prc)
3884 MD_ListView_OnSetItemIndexState(
HWND hwnd,
const LVITEMINDEX *plvii,
const LV_ITEM *lvi)
4172#if NTDDI_VERSION >= 0x06000000
4176 MSGDUMP_TPRINTF(
TEXT(
"%sTVM_SETBORDER(hwnd:%p, dwFlags:0x%08lX, xBorder:%d, yBorder:%d)\n"),
4238#if NTDDI_VERSION >= 0x06000000
4248 MD_TreeView_OnGetExtendedStyle(
HWND hwnd)
4264#if NTDDI_VERSION >= 0x06000000
4274 MD_TreeView_OnSetAutoScrollInfo(
HWND hwnd,
UINT uPixPerSec,
UINT uUpdateTime)
4276 MSGDUMP_TPRINTF(
TEXT(
"%sTVM_SETAUTOSCROLLINFO(hwnd:%p, uPixPerSec:%u, uUpdateTime:%u)\n"),
4314#if NTDDI_VERSION >= 0x06000000
4316 MD_TreeView_OnGetSelectedCount(
HWND hwnd)
4657 TCHAR szClass[24], sz[2], szMsg[64];
4952#if NTDDI_VERSION >= 0x06000000
4953 HANDLE_MSG(
hwnd, LVM_GETGROUPSTATE, MD_ListView_OnGetGroupState);
4954 HANDLE_MSG(
hwnd, LVM_GETFOCUSEDGROUP, MD_ListView_OnGetFocusedGroup);
4959#if NTDDI_VERSION >= 0x06000000
4972#if NTDDI_VERSION >= 0x06000000
4978 HANDLE_MSG(
hwnd, LVM_GETGROUPCOUNT, MD_ListView_OnGetGroupCount);
4979 HANDLE_MSG(
hwnd, LVM_GETGROUPINFOBYINDEX, MD_ListView_OnGetGroupInfoByIndex);
5008#if NTDDI_VERSION >= 0x06000000
5010 HANDLE_MSG(
hwnd, LVM_GETFOOTERRECT, MD_ListView_OnGetFooterRect);
5011 HANDLE_MSG(
hwnd, LVM_GETFOOTERINFO, MD_ListView_OnGetFooterInfo);
5012 HANDLE_MSG(
hwnd, LVM_GETFOOTERITEMRECT, MD_ListView_OnGetFooterItemRect);
5013 HANDLE_MSG(
hwnd, LVM_GETFOOTERITEM, MD_ListView_OnGetFooterItem);
5014 HANDLE_MSG(
hwnd, LVM_GETITEMINDEXRECT, MD_ListView_OnGetItemIndexRect);
5015 HANDLE_MSG(
hwnd, LVM_SETITEMINDEXSTATE, MD_ListView_OnSetItemIndexState);
5016 HANDLE_MSG(
hwnd, LVM_GETNEXTITEMINDEX, MD_ListView_OnGetNextItemIndex);
5058#if NTDDI_VERSION >= 0x06000000
5068#if NTDDI_VERSION >= 0x06000000
5073#if NTDDI_VERSION >= 0x06000000
5075 HANDLE_MSG(
hwnd, TVM_SETAUTOSCROLLINFO, MD_TreeView_OnSetAutoScrollInfo);
5081#if NTDDI_VERSION >= 0x06000000
5082 HANDLE_MSG(
hwnd, TVM_GETSELECTEDCOUNT, MD_TreeView_OnGetSelectedCount);
5084 HANDLE_MSG(
hwnd, TVM_GETITEMPARTRECT, MD_TreeView_OnGetItemPartRect);
5189#if _WIN32_WINNT >= 0x0500
5226# if _WIN32_WINNT >= 0x0500
5251#if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)
5254#if _WIN32_WINNT >= 0x0500
5308#if (_WIN32_WINNT >= 0x0400) || (WINVER >= 0x0500)
5339#if _WIN32_WINNT >= 0x0500
5370#define DEFINE_RESULT(WM_) case WM_: MSGDUMP_TPRINTF(TEXT("%s") TEXT(#WM_) TEXT(": hwnd:%p, lResult:%p\n"), \
5371 MSGDUMP_PREFIX, (void *)hwnd, lResult); break
5372 TCHAR szClass[24], sz[2], szMsg[64];
5667#if NTDDI_VERSION >= 0x06000000
5674#if NTDDI_VERSION >= 0x06000000
5687#if NTDDI_VERSION >= 0x06000000
5723#if NTDDI_VERSION >= 0x06000000
5773#if NTDDI_VERSION >= 0x06000000
5783#if NTDDI_VERSION >= 0x06000000
5788#if NTDDI_VERSION >= 0x06000000
5796#if NTDDI_VERSION >= 0x06000000
5903#ifdef WM_INPUT_DEVICE_CHANGE
5928#if _WIN32_WINNT >= 0x0601
5965#if _WIN32_WINNT >= 0x0600
6055#ifdef WM_CLIPBOARDUPDATE
6058#if _WIN32_WINNT >= 0x0600
6064#if _WIN32_WINNT >= 0x0601
static const WCHAR indent[]
FxPnpStateCallbackInfo * pCallback
GLint GLint GLint GLint GLint x
GLuint GLuint GLsizei GLenum type
GLint GLint GLint GLint GLint GLint y
GLint GLint GLsizei GLsizei height
GLenum GLuint GLenum GLsizei const GLchar * buf
GLenum GLuint GLsizei bufsize
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
REFIID LPVOID DWORD_PTR dw
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
static HANDLE ULONG_PTR dwData
static HMODULE MODULEINFO DWORD cb
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
static __inline DWORD MSGDUMP_API MD_ListView_OnGetHoverTime(HWND hwnd)
static __inline void MSGDUMP_API MD_OnCancelMode(HWND hwnd)
static __inline void MSGDUMP_API MD_OnInputLangChange(HWND hwnd, DWORD dwCharSet, HKL hKL)
static __inline INT MSGDUMP_API MD_RichEdit_OnGetRedoName(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnDeleteAllItems(HWND hwnd)
static __inline int MSGDUMP_API MD_OnVkeyToItem(HWND hwnd, UINT vk, HWND hwndListbox, int iCaret)
static __inline INT MSGDUMP_API MD_ListView_OnGetItemCount(HWND hwnd)
static __inline void MSGDUMP_API MD_OnSysCommand(HWND hwnd, UINT cmd, int x, int y)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetItemHeight(HWND hwnd, INT index, INT height)
static __inline void MSGDUMP_API MD_MDIRestore(HWND hwnd, HWND hwndRestore)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetTopIndex(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_OnCancelJournal(HWND hwnd)
static __inline DWORD MSGDUMP_API MD_ListView_OnApproximateViewRect(HWND hwnd, INT iWidth, INT iHeight, INT iCount)
static __inline void MSGDUMP_API MD_OnVScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos)
static __inline void MSGDUMP_API MD_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos)
static __inline void MSGDUMP_API MD_OnInitMenuPopup(HWND hwnd, HMENU hMenu, UINT item, BOOL fSystemMenu)
static __inline void MSGDUMP_API MD_OnNCMButtonUp(HWND hwnd, int x, int y, UINT codeHitTest)
static __inline INT MSGDUMP_API MD_ListView_OnGetTopIndex(HWND hwnd)
static __inline UINT MSGDUMP_API MD_OnNCCalcSize(HWND hwnd, BOOL fCalcValidRects, NCCALCSIZE_PARAMS *lpcsp)
static __inline void MSGDUMP_API MD_OnPrintClient(HWND hwnd, HDC hDC, UINT uFlags)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetItemPosition(HWND hwnd, INT i, INT x, INT y)
static __inline void MSGDUMP_API MD_Edit_OnSetWordBreakProc(HWND hwnd, EDITWORDBREAKPROC ewbprc)
static __inline INT MSGDUMP_API MD_Edit_OnLineIndex(HWND hwnd, INT line)
static __inline INT MSGDUMP_API MD_Edit_OnLineFromChar(HWND hwnd, INT ich)
static __inline void MSGDUMP_API MD_OnImeKey(HWND hwnd, BOOL fDown, UINT nVirtKey, LONG lKeyData)
static __inline INT MSGDUMP_API MD_ScrollBar_OnGetPos(HWND hwnd)
static __inline void MSGDUMP_API MD_OnRButtonUp(HWND hwnd, int x, int y, UINT flags)
static __inline void MSGDUMP_API MD_OnHotKey(HWND hwnd, int idHotKey, UINT fuModifiers, UINT vk)
static __inline INT MSGDUMP_API MD_Edit_OnGetLineCount(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_OnImeControl(HWND hwnd, WPARAM wSubMessage, LPVOID lpData)
static __inline INT MSGDUMP_API MD_ListView_OnGetHotItem(HWND hwnd)
static __inline void MSGDUMP_API MD_OnGetMinMaxInfo(HWND hwnd, LPMINMAXINFO lpMinMaxInfo)
static __inline HWND MSGDUMP_API MD_TreeView_OnGetToolTips(HWND hwnd)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetEditSel(HWND hwnd, INT ichStart, INT ichEnd)
static __inline INT MSGDUMP_API MD_TreeView_OnSetItemHeight(HWND hwnd, INT iHeight)
static __inline INT MSGDUMP_API MD_ListBox_OnSelItemRangeEx(HWND hwnd, UINT wFirst, UINT wLast)
static __inline INT MSGDUMP_API MD_OnGetTextLength(HWND hwnd)
static __inline HBRUSH MSGDUMP_API MD_OnCtlColor(HWND hwnd, HDC hdc, HWND hwndChild, int type)
static __inline void MSGDUMP_API MD_OnImeCompositionFull(HWND hwnd)
static __inline HFONT MSGDUMP_API MD_OnGetFont(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetColumnOrderArray(HWND hwnd, INT iCount, LPINT pi)
static __inline HTREEITEM MSGDUMP_API MD_TreeView_OnInsertItemW(HWND hwnd, LPTV_INSERTSTRUCTW lpis)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetItemA(HWND hwnd, LV_ITEMA *pitem)
static __inline void MSGDUMP_API MD_OnContextMenu(HWND hwnd, HWND hwndContext, UINT xPos, UINT yPos)
static __inline INT MSGDUMP_API MD_ComboBox_OnDeleteString(HWND hwnd, INT index)
static __inline HTREEITEM MSGDUMP_API MD_TreeView_OnInsertItemA(HWND hwnd, LPTV_INSERTSTRUCTA lpis)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetItemHeight(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_MDIMaximize(HWND hwnd, HWND hwndMaximize)
static __inline void MSGDUMP_API MD_OnInputLangChangeRequest(HWND hwnd, BOOL bFlag, HKL hKL)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetItemTextA(HWND hwnd, INT i, const LV_ITEMA *lvi)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnGetEventMask(HWND hwnd)
static __inline void MSGDUMP_API MD_RichEdit_OnStopGroupTyping(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSetIndent(HWND hwnd, INT indent)
static __inline void MSGDUMP_API MD_OnAskCBFormatName(HWND hwnd, int cchMax, LPTSTR rgchName)
static __inline UINT MSGDUMP_API MD_TreeView_OnGetCount(HWND hwnd)
static __inline UINT MSGDUMP_API MD_ListView_OnMapIDToIndex(HWND hwnd, UINT id)
static __inline void MSGDUMP_API MD_OnImeComposition(HWND hwnd, WORD wChar, DWORD lAttribute)
static __inline LPCTSTR MSGDUMP_API MD_GetNotifyCode(HWND hwndFrom, UINT code)
static __inline void MSGDUMP_API MD_OnNCMouseHover(HWND hwnd, UINT nHitTest, INT xPos, INT yPos)
static __inline void MSGDUMP_API MD_ListView_OnSetItemPosition32(HWND hwnd, INT i, const POINT *ppt)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnRedo(HWND hwnd)
static __inline void MSGDUMP_API MD_OnNCPaint(HWND hwnd, HRGN hrgn)
static __inline UINT MSGDUMP_API MD_TreeView_OnSetScrollTime(HWND hwnd, UINT uTime)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetISearchStringW(HWND hwnd, LPWSTR lpsz)
static __inline INT MSGDUMP_API MD_ListView_OnGetColumnWidth(HWND hwnd, INT iCol)
static __inline void MSGDUMP_API MD_OnExitMenuLoop(HWND hwnd, BOOL bIsTrackPopupMenu)
static __inline INT MSGDUMP_API MD_ListBox_OnGetAnchorIndex(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_TreeView_OnGetISearchStringA(HWND hwnd, LPSTR lpsz)
static __inline DWORD MSGDUMP_API MD_Edit_OnGetMargins(HWND hwnd)
static __inline UINT MSGDUMP_API MD_ListView_OnMapIndexToID(HWND hwnd, UINT index)
static __inline INT_PTR MSGDUMP_API MD_ComboBox_OnSetItemData(HWND hwnd, INT index, DWORD_PTR dwData)
static __inline void MSGDUMP_API MD_OnFontChange(HWND hwnd)
static __inline INT MSGDUMP_API MD_ComboBox_OnAddString(HWND hwnd, LPCTSTR lpsz)
static __inline void MSGDUMP_API MD_OnEnable(HWND hwnd, BOOL fEnable)
static __inline void MSGDUMP_API MD_OnPaletteIsChanging(HWND hwnd, HWND hwndPaletteChange)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSortChildren(HWND hwnd, HTREEITEM hitem, BOOL recurse)
static __inline LRESULT MSGDUMP_API MD_RichEdit_OnCanPaste(HWND hwnd, UINT uFormat)
static __inline BOOL MSGDUMP_API MD_TreeView_OnExpand(HWND hwnd, HTREEITEM hitem, UINT code)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSelectItem(HWND hwnd, UINT code, HTREEITEM hitem)
static __inline BOOL MSGDUMP_API MD_Edit_OnSetReadOnly(HWND hwnd, BOOL fReadOnly)
static __inline void *MSGDUMP_API MD_RichEdit_OnSetWordBreakProcEx(HWND hwnd, void *pfn)
static __inline UINT MSGDUMP_API MD_TreeView_OnGetItemState(HWND hwnd, HTREEITEM hti, UINT mask)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnGetBkColor(HWND hwnd)
static __inline void MSGDUMP_API MD_OnInitMenu(HWND hwnd, HMENU hMenu)
static __inline void MSGDUMP_API MD_OnSizing(HWND hwnd, UINT nSide, LPRECT lpRect)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetColumnA(HWND hwnd, INT iCol, const LV_COLUMNA *pcol)
static __inline BOOL MSGDUMP_API MD_ListView_OnIsItemVisible(HWND hwnd, UINT index)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetDroppedWidth(HWND hwnd)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnGetCharFormat(HWND hwnd, BOOL fSelection, CHARFORMAT *lpFmt)
static __inline INT MSGDUMP_API MD_ListBox_OnGetItemHeight(HWND hwnd, INT index)
static __inline BOOL MSGDUMP_API MD_TreeView_OnGetISearchStringW(HWND hwnd, LPWSTR lpsz)
static __inline void MSGDUMP_API MD_OnNextMenu(HWND hwnd, INT nCode, LPMDINEXTMENU lpMDINextMenu)
static __inline void MSGDUMP_API MD_OnPower(HWND hwnd, int code)
static __inline void MSGDUMP_API MD_OnDestroyClipboard(HWND hwnd)
static __inline void MSGDUMP_API MD_OnSysColorChange(HWND hwnd)
static __inline LCID MSGDUMP_API MD_ComboBox_OnGetLocale(HWND hwnd)
static __inline void MSGDUMP_API MD_ListView_OnSetItemCount(HWND hwnd, INT cItems)
static __inline void MSGDUMP_API MD_OnMouseWheel(HWND hwnd, int xPos, int yPos, int zDelta, UINT fwKeys)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetInsertMark(HWND hwnd, LVINSERTMARK *lvim)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnSetTargetDevice(HWND hwnd, HDC hdcTarget, INT cxLineWidth)
static __inline INT MSGDUMP_API MD_ListBox_OnSetItemHeight(HWND hwnd, INT index, INT cyItem)
static __inline void MSGDUMP_API MD_OnEnterMenuLoop(HWND hwnd, BOOL bIsTrackPopupMenu)
static __inline DWORD MSGDUMP_API MD_OnMenuChar(HWND hwnd, UINT ch, UINT flags, HMENU hmenu)
static __inline HIMAGELIST MSGDUMP_API MD_TreeView_OnCreateDragImage(HWND hwnd, HTREEITEM hitem)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetBkImageA(HWND hwnd, LVBKIMAGEA *plvbki)
static __inline INT MSGDUMP_API MD_ListView_OnGetSelectionMark(HWND hwnd)
static __inline void MSGDUMP_API MD_RichEdit_OnRequestResize(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnSelectString(HWND hwnd, INT indexStart, LPCTSTR lpszFind)
static __inline void MSGDUMP_API MD_OnSysChar(HWND hwnd, TCHAR ch, int cRepeat)
static __inline void MSGDUMP_API MD_OnQuit(HWND hwnd, int exitCode)
static __inline INT MSGDUMP_API MD_ListView_OnInsertColumnW(HWND hwnd, INT iCol, const LV_COLUMNW *pcol)
static __inline void MSGDUMP_API MD_MDIDestroy(HWND hwnd, HWND hwndDestroy)
static __inline INT MSGDUMP_API MD_ListView_OnGetColumnW(HWND hwnd, INT iCol)
static __inline INT MSGDUMP_API MD_ListBox_OnFindStringExact(HWND hwnd, INT indexStart, LPCTSTR lpszFind)
static __inline INT MSGDUMP_API MD_Edit_OnLineLength(HWND hwnd, INT ich)
static __inline DWORD MSGDUMP_API MD_ListView_OnSetIconSpacing(HWND hwnd, INT cx, INT cy)
static __inline void MSGDUMP_API MD_OnMenuSelect(HWND hwnd, HMENU hmenu, int item, HMENU hmenuPopup, UINT flags)
static __inline void MSGDUMP_API MD_OnNCDestroy(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetColumnW(HWND hwnd, INT iCol, INT cx)
static __inline INT MSGDUMP_API MD_ListView_OnGetItemTextA(HWND hwnd, INT i, LV_ITEMA *lvi)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSortChildrenCB(HWND hwnd, LPTV_SORTCB psort, BOOL recurse)
static __inline INT MSGDUMP_API MD_ListBox_OnDir(HWND hwnd, UINT uAttrs, LPCTSTR lpszFileSpec)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSetInsertMark(HWND hwnd, HTREEITEM hItem, BOOL fAfter)
static __inline UINT MSGDUMP_API MD_OnGetDlgCode(HWND hwnd, LPMSG lpmsg)
static __inline INT MSGDUMP_API MD_ScrollBar_OnSetScrollInfo(HWND hwnd, BOOL fRedraw, LPSCROLLINFO lpsi)
static __inline void MSGDUMP_API MD_ListView_OnGetTileInfo(HWND hwnd, LVTILEINFO *pti)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetColumnWidth(HWND hwnd, INT iCol, INT cx)
static __inline COLORREF MSGDUMP_API MD_ListView_OnGetInsertMarkColor(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnSetHotItem(HWND hwnd, INT i)
static __inline HANDLE MSGDUMP_API MD_Static_OnSetImage(HWND hwnd, UINT fImageType, HANDLE hImage)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnSetInsertMarkColor(HWND hwnd, COLORREF clr)
static __inline HWND MSGDUMP_API MD_ListView_OnEditLabelA(HWND hwnd, INT i)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnSelectionType(HWND hwnd)
static __inline INT MSGDUMP_API MD_Edit_OnGetLine(HWND hwnd, INT line, LPCTSTR lpch)
static __inline BOOL MSGDUMP_API MD_ComboBox_OnGetExtendedUI(HWND hwnd)
static __inline HICON MSGDUMP_API MD_OnSetIcon(HWND hwnd, UINT nType, HICON hIcon)
static __inline void MSGDUMP_API MD_OnImeEndComposition(HWND hwnd)
static __inline INT MSGDUMP_API MD_RichEdit_OnFormatRange(HWND hwnd, BOOL fRender, FORMATRANGE *lpFmt)
static __inline INT MSGDUMP_API MD_ListView_OnSetItemTextW(HWND hwnd, INT i, const LV_ITEMW *pitem)
static __inline void MSGDUMP_API MD_ComboBox_OnLimitText(HWND hwnd, UINT cchLimit)
static __inline BOOL MSGDUMP_API MD_OnCopyData(HWND hwnd, HWND hwndFrom, PCOPYDATASTRUCT pcds)
static __inline UINT MSGDUMP_API MD_RichEdit_OnSetOptions(HWND hwnd, UINT fOperation, UINT fOptions)
static __inline void MSGDUMP_API MD_OnLButtonUp(HWND hwnd, int x, int y, UINT keyFlags)
static __inline void MSGDUMP_API MD_OnRenderAllFormats(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_OnImeNotify(HWND hwnd, WPARAM wSubMessage, LPARAM lParam)
static __inline HICON MSGDUMP_API MD_OnQueryDragIcon(HWND hwnd)
static __inline HICON MSGDUMP_API MD_OnGetIcon(HWND hwnd, UINT nType, LPARAM dpi)
static __inline void MSGDUMP_API MD_OnMeasureItem(HWND hwnd, MEASUREITEMSTRUCT *lpMeasureItem)
static __inline COLORREF MSGDUMP_API MD_ListView_OnSetInsertMarkColor(HWND hwnd, COLORREF color)
static __inline HWND MSGDUMP_API MD_ListView_OnSetToolTips(HWND hwnd, HWND hwndNewHwnd)
static __inline void MSGDUMP_API MD_OnImeChar(HWND hwnd, WORD wCharCode, LONG lKeyData)
static __inline INT MSGDUMP_API MD_ListBox_OnGetCurSel(HWND hwnd)
static __inline void MSGDUMP_API MD_Edit_OnSetPasswordChar(HWND hwnd, UINT ch)
static __inline BOOL MSGDUMP_API MD_TreeView_OnEndEditLabelNow(HWND hwnd, BOOL fCancel)
static __inline BOOL MSGDUMP_API MD_OnQueryOpen(HWND hwnd)
static __inline COLORREF MSGDUMP_API MD_ListView_OnGetOutlineColor(HWND hwnd)
static __inline UINT MSGDUMP_API MD_ListView_OnGetSelectedCount(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_OnGetObject(HWND hwnd, WPARAM wParam, DWORD dwObjId)
static __inline void MSGDUMP_API MD_ComboBox_OnGetDroppedControlRect(HWND hwnd, RECT FAR *lprc)
static __inline void MSGDUMP_API MD_OnLButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT keyFlags)
static __inline INT MSGDUMP_API MD_ListView_OnInsertItemA(HWND hwnd, const LV_ITEMA *pitem)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnGetInsertMarkColor(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnGetItemTextW(HWND hwnd, INT i, LV_ITEMW *pitem)
static __inline HMENU MSGDUMP_API MD_MDIRefreshMenu(HWND hwnd)
static __inline void MSGDUMP_API MD_ComboBox_OnResetContent(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnGetOleInterface(HWND hwnd, LPVOID *ppObject)
static __inline INT MSGDUMP_API MD_Edit_OnGetThumb(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetViewRect(HWND hwnd, RECT *prc)
static __inline UINT MSGDUMP_API MD_RichEdit_OnGetOptions(HWND hwnd)
static __inline HANDLE MSGDUMP_API MD_OnRenderFormat(HWND hwnd, UINT fmt)
static __inline COLORREF MSGDUMP_API MD_ListView_OnGetTextBkColor(HWND hwnd)
static __inline void MSGDUMP_API MD_OnPaintIcon(HWND hwnd)
static __inline void MSGDUMP_API MD_OnCut(HWND hwnd)
static __inline void MSGDUMP_API MD_OnMouseLeave(HWND hwnd)
static __inline void MSGDUMP_API MD_OnNCXButtonDown(HWND hwnd, BOOL fDoubleClick, UINT nHitTest, WORD fwButton, INT xPos, INT yPos)
#define DEFINE_RESULT(WM_)
static __inline void MSGDUMP_API MD_Edit_OnSetRect(HWND hwnd, LPCRECT prc)
static __inline BOOL MSGDUMP_API MD_ListView_OnSortItemsEx(HWND hwnd, PFNLVCOMPARE pfnCompare, LPARAM lPrm)
static __inline HWND MSGDUMP_API MD_TreeView_OnGetEditControl(HWND hwnd)
static __inline DWORD MSGDUMP_API MD_ComboBox_OnGetEditSel(HWND hwnd, LPDWORD lpdwStart, LPDWORD lpdwEnd)
static __inline void MSGDUMP_API MD_OnParentNotify(HWND hwnd, UINT msg, HWND hwndChild, int idChild)
static __inline UINT MSGDUMP_API MD_OnMenuDrag(HWND hwnd, UINT nPos, HMENU hMenu)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetBkImageW(HWND hwnd, LVBKIMAGEW *plvbki)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnSetUndoLimit(HWND hwnd, DWORD dwMaxUndo)
static __inline HTREEITEM MSGDUMP_API MD_TreeView_OnMapAccIDToHTREEITEM(HWND hwnd, UINT id)
static __inline BOOL MSGDUMP_API MD_OnQueryEndSession(HWND hwnd)
static __inline INT MSGDUMP_API MD_RichEdit_OnGetSelText(HWND hwnd, LPTSTR lpBuf)
static __inline LCID MSGDUMP_API MD_ListBox_OnSetLocale(HWND hwnd, LCID wLocaleID)
static __inline void MSGDUMP_API MD_OnUserChanged(HWND hwnd)
static __inline INT MSGDUMP_API MD_RichEdit_OnFindText(HWND hwnd, UINT fuFlags, FINDTEXT *lpFindText)
static __inline INT MSGDUMP_API MD_ScrollBar_OnSetRangeRedraw(HWND hwnd, INT nMinPos, INT nMaxPos)
static __inline INT MSGDUMP_API MD_ComboBox_OnFindString(HWND hwnd, INT indexStart, LPCTSTR lpszFind)
static __inline int MSGDUMP_API MD_OnCharToItem(HWND hwnd, UINT ch, HWND hwndListbox, int iCaret)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnDisplayBand(HWND hwnd, LPRECT lprc)
static __inline INT MSGDUMP_API MD_ListView_OnGetStringWidthW(HWND hwnd, LPCWSTR psz)
static __inline void MSGDUMP_API MD_OnKillFocus(HWND hwnd, HWND hwndNewFocus)
static __inline void MSGDUMP_API MD_OnNCLButtonUp(HWND hwnd, int x, int y, UINT codeHitTest)
static __inline void MSGDUMP_API MD_OnVScrollClipboard(HWND hwnd, HWND hwndCBViewer, UINT code, int pos)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetSubItemRect(HWND hwnd, INT iItem, RECT *prc)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnStreamIn(HWND hwnd, UINT uFormat, EDITSTREAM *lpStream)
static __inline void MSGDUMP_API MD_OnPaintClipboard(HWND hwnd, HWND hwndCBViewer, const LPPAINTSTRUCT lpPaintStruct)
static __inline void MSGDUMP_API MD_OnSysKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags)
static __inline INT MSGDUMP_API MD_ListBox_OnGetCaretIndex(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnGetTopIndex(HWND hwnd)
static __inline void MSGDUMP_API MD_OnTimer(HWND hwnd, UINT id)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetInfoTip(HWND hwnd, const LVSETINFOTIP *plvInfoTip)
static __inline INT MSGDUMP_API MD_ListBox_OnSetCount(HWND hwnd, INT cItems)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnGetLineColor(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnSetCharFormat(HWND hwnd, UINT uFlags, CHARFORMAT *lpFmt)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSetItemW(HWND hwnd, const TV_ITEMW *pitem)
static __inline INT MSGDUMP_API MD_ScrollBar_OnSetRange(HWND hwnd, INT nMinPos, INT nMaxPos)
static __inline void MSGDUMP_API MD_OnCaptureChanged(HWND hwnd, HWND hwndNewCapture)
static __inline INT MSGDUMP_API MD_OnNotifyFormat(HWND hwnd, HWND hwndTarget, INT nCommand)
static __inline void MSGDUMP_API MD_RichEdit_OnHideSelection(HWND hwnd, BOOL fHide, BOOL fChangeStyle)
static __inline HWND MSGDUMP_API MD_MDINext(HWND hwnd, HWND hwndCur, BOOL fPrev)
static __inline void MSGDUMP_API MD_OnMouseHover(HWND hwnd, UINT nFlags, INT xPos, INT yPos)
static __inline INT MSGDUMP_API MD_RichEdit_OnExLineFromChar(HWND hwnd, DWORD ichCharPos)
static __inline BOOL MSGDUMP_API MD_ListView_OnArrange(HWND hwnd, UINT code)
static __inline LRESULT MSGDUMP_API MD_OnUser(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetWorkAreas(HWND hwnd, INT nWorkAreas, const RECT *prc)
static __inline int MSGDUMP_API MD_OnCompareItem(HWND hwnd, const COMPAREITEMSTRUCT *lpCompareItem)
static __inline void MSGDUMP_API MD_OnMouseMove(HWND hwnd, int x, int y, UINT keyFlags)
static __inline void MSGDUMP_API MD_OnMButtonUp(HWND hwnd, int x, int y, UINT flags)
static __inline DWORD MSGDUMP_API MD_Edit_OnSetIMEStatus(HWND hwnd, UINT uType, DWORD dwFlags)
static __inline void MSGDUMP_API MD_OnDisplayChange(HWND hwnd, UINT bitsPerPixel, UINT cxScreen, UINT cyScreen)
static __inline void MSGDUMP_API MD_ListView_OnGetTileViewInfo(HWND hwnd, LVTILEVIEWINFO *ptvi)
static __inline BOOL MSGDUMP_API MD_MDITile(HWND hwnd, UINT cmd)
static __inline INT MSGDUMP_API MD_ListView_OnGetStringWidthA(HWND hwnd, LPCSTR psz)
static __inline void MSGDUMP_API MD_OnTimeChange(HWND hwnd)
static __inline HWND MSGDUMP_API MD_ListView_OnGetToolTips(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_OnIconEraseBkgnd(HWND hwnd, HDC hdc)
static __inline BOOL MSGDUMP_API MD_ListView_OnScroll(HWND hwnd, INT dx, INT dy)
static __inline INT MSGDUMP_API MD_ListView_OnSetSelectionMark(HWND hwnd, INT i)
static __inline INT MSGDUMP_API MD_ListBox_OnGetSel(HWND hwnd, INT index)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetISearchStringA(HWND hwnd, LPSTR lpsz)
static __inline void MSGDUMP_API MD_OnCommNotify(HWND hwnd, int cid, UINT flags)
static __inline void MSGDUMP_API MD_MDIActivate(HWND hwnd, BOOL fActive, HWND hwndActivate, HWND hwndDeactivate)
#define MSGDUMP_MAX_RECT_TEXT
static __inline void MSGDUMP_API MD_OnPaint(HWND hwnd)
static __inline void MSGDUMP_API MD_Edit_OnSetMargins(HWND hwnd, UINT fwMargin, WORD wLeft, WORD wRight)
static __inline INT MSGDUMP_API MD_ComboBox_GetLBText(HWND hwnd, INT index, LPTSTR lpszBuffer)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetColumnOrderArray(HWND hwnd, INT iCount, LPINT pi)
static __inline COLORREF MSGDUMP_API MD_ListView_OnGetTextColor(HWND hwnd)
static __inline void MSGDUMP_API MD_OnDrawItem(HWND hwnd, const DRAWITEMSTRUCT *lpDrawItem)
static __inline BOOL MSGDUMP_API MD_OnImeSetContext(HWND hwnd, BOOL fActive, DWORD dwShow)
static __inline BOOL MSGDUMP_API MD_Edit_OnGetModify(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ComboBox_OnShowDropDown(HWND hwnd, BOOL fShow)
static __inline void MSGDUMP_API MD_OnDrawClipboard(HWND hwnd)
static __inline UINT MSGDUMP_API MD_TreeView_OnMapHTREEITEMToAccID(HWND hwnd, HTREEITEM htreeitem)
static __inline INT MSGDUMP_API MD_ListBox_OnGetSelCount(HWND hwnd)
static __inline void MSGDUMP_API MD_OnPrint(HWND hwnd, HDC hDC, UINT uFlags)
static __inline HIMAGELIST MSGDUMP_API MD_TreeView_OnGetImageList(HWND hwnd, INT iImage)
static __inline BOOL MSGDUMP_API MD_ListView_OnRedrawItems(HWND hwnd, INT iFirst, INT iLast)
static __inline void MSGDUMP_API MD_OnDeleteItem(HWND hwnd, const DELETEITEMSTRUCT *lpDeleteItem)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetItemRect(HWND hwnd, INT i, RECT *prc)
static __inline void MSGDUMP_API MD_OnMove(HWND hwnd, int x, int y)
static __inline BOOL MSGDUMP_API MD_ListView_OnUpdate(HWND hwnd, INT i)
static __inline INT MSGDUMP_API MD_ListBox_OnInsertString(HWND hwnd, INT index, LPCTSTR lpsz)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetItemState(HWND hwnd, INT i, LV_ITEM *lvi)
static __inline HIMAGELIST MSGDUMP_API MD_ListView_OnGetImageList(HWND hwnd, INT iImageList)
static __inline void MSGDUMP_API MD_OnSyncPaint(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnDeleteItem(HWND hwnd, INT i)
static __inline HICON MSGDUMP_API MD_Static_OnGetIcon(HWND hwnd)
static __inline INT MSGDUMP_API MD_RichEdit_OnFindTextEx(HWND hwnd, UINT fuFlags, FINDTEXTEX *lpFindText)
static __inline INT MSGDUMP_API MD_Edit_OnGetFirstVisibleLine(HWND hwnd)
static __inline void MSGDUMP_API MD_OnXButtonDown(HWND hwnd, BOOL fDoubleClick, WORD fwKeys, WORD fwButton, INT xPos, INT yPos)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnCanRedo(HWND hwnd)
static __inline UINT MSGDUMP_API MD_ListView_OnGetItemState(HWND hwnd, INT i, UINT mask)
static __inline BOOL MSGDUMP_API MD_ListView_OnIsGroupViewEnabled(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnGetSelItems(HWND hwnd, UINT cItems, LPINT lpnItems)
static __inline UINT MSGDUMP_API MD_TreeView_OnGetVisibleCount(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetOrigin(HWND hwnd, POINT *ppt)
static __inline INT MSGDUMP_API MD_RichEdit_OnExSetSel(HWND hwnd, INT ichChar)
static __inline INT MSGDUMP_API MD_ListView_OnGetNextItem(HWND hwnd, INT i, UINT flags)
static __inline BOOL MSGDUMP_API MD_Edit_OnScrollCaret(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_OnPowerBroadcast(HWND hwnd, UINT nPowerEvent, UINT nEventData)
static __inline void MSGDUMP_API MD_OnNCRButtonUp(HWND hwnd, int x, int y, UINT codeHitTest)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnGetTextMode(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_OnDeviceChange(HWND hwnd, UINT uEvent, DWORD dwEventData)
static __inline void MSGDUMP_API MD_RichEdit_OnExLimitText(HWND hwnd, DWORD cchTextMax)
static __inline HWND MSGDUMP_API MD_MDIGetActive(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnSetSel(HWND hwnd, BOOL fSelect, UINT index)
static __inline BOOL MSGDUMP_API MD_ListView_OnSortItems(HWND hwnd, LPARAM lPrm, PFNLVCOMPARE pfnCompare)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetBkColor(HWND hwnd, COLORREF clrBk)
static __inline void MSGDUMP_API MD_OnUndo(HWND hwnd)
static __inline void MSGDUMP_API MD_OnSpoolerStatus(HWND hwnd, UINT status, int cJobInQueue)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetTextBkColor(HWND hwnd, COLORREF clrTextBk)
static __inline void MSGDUMP_API MD_OnSetFont(HWND hwnd, HFONT hfont, BOOL fRedraw)
static __inline HICON MSGDUMP_API MD_Static_OnSetIcon(HWND hwnd, HICON hIcon)
static __inline HLOCAL MSGDUMP_API MD_Edit_OnGetHandle(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_Edit_OnFmtLines(HWND hwnd, BOOL fAddEOL)
static __inline BOOL MSGDUMP_API MD_Edit_OnUndo(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetTextColor(HWND hwnd, COLORREF clrText)
static __inline void MSGDUMP_API MD_OnSize(HWND hwnd, UINT state, int cx, int cy)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnSetEventMask(HWND hwnd, DWORD dwMask)
static __inline LCID MSGDUMP_API MD_ComboBox_OnSetLocale(HWND hwnd, LCID wLocaleID)
static __inline void MSGDUMP_API MD_OnQueueSync(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetCallbackMask(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetTileInfo(HWND hwnd, const LVTILEINFO *pti)
static __inline void MSGDUMP_API MD_OnNCMouseMove(HWND hwnd, int x, int y, UINT codeHitTest)
static __inline void MSGDUMP_API MD_Edit_OnPosFromChar(HWND hwnd, LPPOINT lpPoint, UINT wCharIndex)
static __inline INT MSGDUMP_API MD_ListBox_OnDeleteString(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_ListBox_OnSetColumnWidth(HWND hwnd, INT cxColumn)
static __inline LRESULT MSGDUMP_API MD_OnApp(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
static __inline HIMAGELIST MSGDUMP_API MD_ListView_OnCreateDragImage(HWND hwnd, INT i, LPPOINT lpptUpLeft)
static __inline HTREEITEM MSGDUMP_API MD_TreeView_OnHitTest(HWND hwnd, LPTV_HITTESTINFO lpht)
static __inline void MSGDUMP_API MD_OnWindowPosChanged(HWND hwnd, const LPWINDOWPOS lpwpos)
static __inline void MSGDUMP_API MD_ListView_OnCancelEditLabel(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnGetText(HWND hwnd, INT index, LPTSTR lpszBuffer)
static __inline BOOL MSGDUMP_API MD_TreeView_OnGetItemW(HWND hwnd, TV_ITEMW *pitem)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnSetOleCallback(HWND hwnd, void *pCallback)
static __inline void MSGDUMP_API MD_Edit_OnSetRectNP(HWND hwnd, LPCRECT prc)
static __inline BOOL MSGDUMP_API MD_Edit_OnLineScroll(HWND hwnd, INT cxScroll, INT cyScroll)
static __inline LRESULT MSGDUMP_API MD_OnUnknown(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
static __inline void MSGDUMP_API MD_OnXButtonUp(HWND hwnd, WORD fwKeys, WORD fwButton, INT xPos, INT yPos)
static __inline void MSGDUMP_API MD_OnSysDeadChar(HWND hwnd, TCHAR ch, int cRepeat)
static __inline void MSGDUMP_API MD_OnSizeClipboard(HWND hwnd, HWND hwndCBViewer, const LPRECT lprc)
static __inline LRESULT MSGDUMP_API MD_msgdump(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
static __inline DWORD MSGDUMP_API MD_ListBox_OnItemFromPoint(HWND hwnd, INT xPos, INT yPos)
static __inline void MSGDUMP_API MD_OnNCMButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT codeHitTest)
static __inline int MSGDUMP_API MD_OnMouseActivate(HWND hwnd, HWND hwndTopLevel, UINT codeHitTest, UINT msg)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnFindWordBreak(HWND hwnd, UINT code, DWORD ichStart)
static __inline HTREEITEM MSGDUMP_API MD_TreeView_OnGetNextItem(HWND hwnd, HTREEITEM hitem, UINT code)
static __inline void MSGDUMP_API MD_OnEndSession(HWND hwnd, BOOL fEnding)
static __inline BOOL MSGDUMP_API MD_ScrollBar_OnGetScrollBarInfo(HWND hwnd, LPSCROLLBARINFO lpsbi)
static __inline EDITWORDBREAKPROC MSGDUMP_API MD_Edit_OnGetWordBreakProc(HWND hwnd)
static __inline void MSGDUMP_API MD_OnSetText(HWND hwnd, LPCTSTR lpszText)
static __inline DWORD MSGDUMP_API MD_ListView_OnSetHoverTime(HWND hwnd, DWORD dwHoverTimeMs)
static __inline BOOL MSGDUMP_API MD_OnCreate(HWND hwnd, LPCREATESTRUCT lpCreateStruct)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnGetTextRange(HWND hwnd, TEXTRANGE *lpRange)
static __inline BOOL MSGDUMP_API MD_OnSetCursor(HWND hwnd, HWND hwndCursor, UINT codeHitTest, UINT msg)
static __inline INT MSGDUMP_API MD_TreeView_OnGetItemHeight(HWND hwnd)
static __inline HWND MSGDUMP_API MD_MDICreate(HWND hwnd, const LPMDICREATESTRUCT lpmcs)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetHorizontalExtent(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_OnNCCreate(HWND hwnd, LPCREATESTRUCT lpCreateStruct)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetTileViewInfo(HWND hwnd, const LVTILEVIEWINFO *ptvi)
static __inline void MSGDUMP_API MD_OnChar(HWND hwnd, TCHAR ch, int cRepeat)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetBkImageA(HWND hwnd, const LVBKIMAGEA *plvbki)
static __inline INT MSGDUMP_API MD_ListView_OnInsertItemW(HWND hwnd, const LV_ITEMW *pitem)
static __inline HCURSOR MSGDUMP_API MD_ListView_OnGetHotCursor(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnDeleteColumn(HWND hwnd, INT iCol)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetItemW(HWND hwnd, LV_ITEMW *pitem)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetLBTextLen(HWND hwnd, INT index)
static __inline BOOL MSGDUMP_API MD_OnQueryNewPalette(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnSetParaFormat(HWND hwnd, PARAFORMAT *lpFmt)
static __inline INT MSGDUMP_API MD_ListBox_OnFindString(HWND hwnd, INT indexStart, LPCTSTR lpszFind)
static __inline void MSGDUMP_API MD_OnChildActivate(HWND hwnd)
static __inline void MSGDUMP_API MD_OnDevModeChange(HWND hwnd, LPCTSTR lpszDeviceName)
static __inline void MSGDUMP_API MD_OnPaste(HWND hwnd)
static __inline DWORD MSGDUMP_API MD_ListView_OnGetView(HWND hwnd)
static __inline void MSGDUMP_API MD_ComboBox_OnSetHorizontalExtent(HWND hwnd, INT cxExtent)
static __inline void MSGDUMP_API MD_MDIIconArrange(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListBox_OnSetTabStops(HWND hwnd, UINT cTabs, LPINT lpnTabs)
static __inline INT MSGDUMP_API MD_ComboBox_OnSelectString(HWND hwnd, INT indexStart, LPCTSTR lpszSelect)
static __inline COLORREF MSGDUMP_API MD_RichEdit_OnSetBkgndColor(HWND hwnd, BOOL fUseSysColor, COLORREF clr)
static __inline BOOL MSGDUMP_API MD_OnEraseBkgnd(HWND hwnd, HDC hdc)
static __inline HWND MSGDUMP_API MD_TreeView_OnEditLabelA(HWND hwnd, HTREEITEM hitem)
static __inline void MSGDUMP_API MD_OnClear(HWND hwnd)
static __inline HIMAGELIST MSGDUMP_API MD_ListView_OnSetImageList(HWND hwnd, INT iImageList, HIMAGELIST himl)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetItemPosition(HWND hwnd, INT i, POINT *ppt)
static __inline DWORD MSGDUMP_API MD_OnGetHotKey(HWND hwnd)
static __inline void MSGDUMP_API MD_Edit_OnSetSel(HWND hwnd, INT nStart, INT nEnd)
static __inline DWORD MSGDUMP_API MD_Edit_OnScroll(HWND hwnd, INT nScroll)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetNumberOfWorkAreas(HWND hwnd, UINT *pnWorkAreas)
static __inline INT MSGDUMP_API MD_ListBox_OnGetItemRect(HWND hwnd, INT index, RECT FAR *lprc)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnSetLineColor(HWND hwnd, COLORREF clr)
static __inline INT_PTR MSGDUMP_API MD_ComboBox_OnGetItemData(HWND hwnd, INT index)
static __inline HWND MSGDUMP_API MD_TreeView_OnSetToolTips(HWND hwnd, HWND hwndTT)
static __inline UINT MSGDUMP_API MD_TreeView_OnGetIndent(HWND hwnd)
static __inline void MSGDUMP_API MD_OnHScrollClipboard(HWND hwnd, HWND hwndCBViewer, UINT code, int pos)
static __inline DWORD MSGDUMP_API MD_ListView_OnSetView(HWND hwnd, DWORD iView)
static __inline void MSGDUMP_API MD_OnDropFiles(HWND hwnd, HDROP hdrop)
static __inline void MSGDUMP_API MD_OnImeSelect(HWND hwnd, BOOL fSelect, HKL hKL)
static __inline INT MSGDUMP_API MD_ListBox_OnGetTextLen(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_OnUpdateUIState(HWND hwnd, UINT nAction, UINT nUIElement)
static __inline void MSGDUMP_API MD_ScrollBar_OnGetRange(HWND hwnd, LPINT lpnMinPos, LPINT lpnMaxPos)
static __inline void MSGDUMP_API MD_OnChangeCBChain(HWND hwnd, HWND hwndRemove, HWND hwndNext)
static __inline void MSGDUMP_API MD_OnCopy(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_OnWindowPosChanging(HWND hwnd, LPWINDOWPOS lpwpos)
static __inline DWORD MSGDUMP_API MD_Edit_OnGetIMEStatus(HWND hwnd, UINT uType)
static __inline void MSGDUMP_API MD_ListBox_OnResetContent(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnGetInsertMarkRect(HWND hwnd, LPRECT rc)
static __inline UINT MSGDUMP_API MD_TreeView_OnGetScrollTime(HWND hwnd)
static __inline LONG MSGDUMP_API MD_Edit_OnCharFromPos(HWND hwnd, INT x, INT y)
static __inline void MSGDUMP_API MD_OnEnterIdle(HWND hwnd, UINT source, HWND hwndSource)
static __inline BOOL MSGDUMP_API MD_TreeView_OnEnsureVisible(HWND hwnd, HTREEITEM hitem)
static __inline BOOL MSGDUMP_API MD_ScrollBar_OnGetScrollInfo(HWND hwnd, LPSCROLLINFO lpsi)
static __inline BOOL MSGDUMP_API MD_TreeView_OnGetItemRect(HWND hwnd, UINT code, RECT *prc)
static __inline INT MSGDUMP_API MD_OnGetText(HWND hwnd, int cchTextMax, LPTSTR lpszText)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnGetParaFormat(HWND hwnd, PARAFORMAT *lpFmt)
static __inline void MSGDUMP_API MD_OnStyleChanged(HWND hwnd, UINT nStyleType, const STYLESTRUCT *lpStyleStruct)
static __inline INT MSGDUMP_API MD_OnSetHotKey(HWND hwnd, WORD wVkCode, WORD wModifiers)
static __inline DWORD MSGDUMP_API MD_ListView_OnGetExtendedListViewStyle(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnInsertMarkHitTest(HWND hwnd, LPPOINT point, LPLVINSERTMARK lvim)
static __inline void MSGDUMP_API MD_ListBox_OnSetHorizontalExtent(HWND hwnd, INT cxExtent)
static __inline void MSGDUMP_API MD_OnMoving(HWND hwnd, UINT nSide, LPRECT lpRect)
static __inline void MSGDUMP_API MD_Edit_OnGetRect(HWND hwnd, LPRECT prc)
static __inline void MSGDUMP_API MD_Edit_OnSetHandle(HWND hwnd, HLOCAL hloc)
static __inline INT MSGDUMP_API MD_ListBox_OnGetHorizontalExtent(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_OnAppCommand(HWND hwnd, HWND hwndTarget, UINT cmd, UINT nDevice, UINT nKey)
static __inline DWORD MSGDUMP_API MD_ListView_OnGetItemSpacing(HWND hwnd, BOOL fSmall)
static __inline void MSGDUMP_API MD_Edit_OnEmptyUndoBuffer(HWND hwnd)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnSetBkColor(HWND hwnd, COLORREF clr)
static __inline DWORD MSGDUMP_API MD_RichEdit_OnStreamOut(HWND hwnd, UINT uFormat, EDITSTREAM *lpStream)
static __inline HANDLE MSGDUMP_API MD_Static_OnGetImage(HWND hwnd, UINT fImageType)
static __inline HWND MSGDUMP_API MD_ListView_OnGetEditControl(HWND hwnd)
static __inline UINT MSGDUMP_API MD_Edit_OnGetPasswordChar(HWND hwnd)
static __inline void MSGDUMP_API MD_OnStyleChanging(HWND hwnd, UINT nStyleType, LPSTYLESTRUCT lpStyleStruct)
static __inline INT MSGDUMP_API MD_ListBox_OnAddString(HWND hwnd, LPCTSTR lpsz)
static __inline void MSGDUMP_API MD_OnHelp(HWND hwnd, LPHELPINFO lpHelpInfo)
static __inline BOOL MSGDUMP_API MD_OnNCActivate(HWND hwnd, BOOL fActive, HWND hwndActDeact, BOOL fMinimized)
static __inline BOOL MSGDUMP_API MD_MDICascade(HWND hwnd, UINT cmd)
static __inline UINT MSGDUMP_API MD_OnNCHitTest(HWND hwnd, int x, int y)
static __inline void MSGDUMP_API MD_OnSetRedraw(HWND hwnd, BOOL fRedraw)
static __inline void MSGDUMP_API MD_OnMenuRButtonUp(HWND hwnd, UINT nPos, HMENU hMenu)
static __inline void MSGDUMP_API MD_OnDestroy(HWND hwnd)
static __inline HWND MSGDUMP_API MD_ListView_OnGetHeader(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_Edit_OnSetTabStops(HWND hwnd, INT cTabs, LPDWORD lpdwTabs)
static __inline DWORD MSGDUMP_API MD_ListBox_OnInitStorage(HWND hwnd, UINT cItems, DWORD cb)
static __inline UINT MSGDUMP_API MD_ListView_OnGetSelectedColumn(HWND hwnd)
static __inline INT MSGDUMP_API MD_ComboBox_OnInitStorage(HWND hwnd, INT cItems, DWORD cb)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetWorkAreas(HWND hwnd, INT nWorkAreas, RECT *prc)
static __inline HWND MSGDUMP_API MD_OnNextDlgCtl(HWND hwnd, HWND hwndSetFocus, BOOL fNext)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetBkImageW(HWND hwnd, const LVBKIMAGEW *plvbki)
static __inline void MSGDUMP_API MD_OnDeadChar(HWND hwnd, TCHAR ch, int cRepeat)
static __inline INT MSGDUMP_API MD_ListBox_OnSetCurSel(HWND hwnd, INT index)
static __inline INT MSGDUMP_API MD_RichEdit_OnGetUndoName(HWND hwnd)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnSetTextColor(HWND hwnd, COLORREF clr)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetItemW(HWND hwnd, const LV_ITEMW *pitem)
static __inline INT MSGDUMP_API MD_ListBox_OnSetCaretIndex(HWND hwnd, INT index, BOOL fScroll)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetCurSel(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_OnPaletteChanged(HWND hwnd, HWND hwndPaletteChange)
static __inline INT MSGDUMP_API MD_ComboBox_OnFindStringExact(HWND hwnd, INT indexStart, LPCTSTR lpszFind)
static __inline void MSGDUMP_API MD_OnActivate(HWND hwnd, UINT state, HWND hwndActDeact, BOOL fMinimized)
static __inline INT MSGDUMP_API MD_ComboBox_OnDir(HWND hwnd, UINT uAttrs, LPCTSTR lpszFileSpec)
static __inline void MSGDUMP_API MD_Edit_OnSetModify(HWND hwnd, BOOL fModified)
static __inline BOOL MSGDUMP_API MD_RichEdit_OnSetTextMode(HWND hwnd, DWORD dwTextMode)
static __inline LRESULT MSGDUMP_API MD_msgresult(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT lResult)
static __inline COLORREF MSGDUMP_API MD_ListView_OnGetBkColor(HWND hwnd)
static __inline INT MSGDUMP_API MD_ScrollBar_OnSetPos(HWND hwnd, INT nPos, BOOL fRedraw)
static __inline BOOL MSGDUMP_API MD_ComboBox_OnGetDroppedState(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_ListView_OnSetTileWidth(HWND hwnd, WPARAM wParam, LPARAM lParam)
static __inline void MSGDUMP_API MD_OnNCLButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT codeHitTest)
static __inline HIMAGELIST MSGDUMP_API MD_TreeView_OnSetImageList(HWND hwnd, INT iImage, HIMAGELIST himl)
static __inline HWND MSGDUMP_API MD_ListView_OnEditLabelW(HWND hwnd, INT i)
static __inline BOOL MSGDUMP_API MD_ScrollBar_OnEnableArrows(HWND hwnd, UINT fuArrowFlags)
static __inline LCID MSGDUMP_API MD_ListBox_OnGetLocale(HWND hwnd)
static __inline void MSGDUMP_API MD_ListView_OnSetSelectedColumn(HWND hwnd, INT iCol)
static __inline LONG MSGDUMP_API MD_Edit_OnGetSel(HWND hwnd, LPDWORD lpdwStart, LPDWORD lpdwEnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnEnsureVisible(HWND hwnd, INT i, BOOL fPartialOK)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetTopIndex(HWND hwnd)
static __inline void MSGDUMP_API MD_OnTCard(HWND hwnd, UINT idAction, DWORD dwActionData)
static __inline BOOL MSGDUMP_API MD_TreeView_OnGetItemA(HWND hwnd, TV_ITEMA *pitem)
static __inline LRESULT MSGDUMP_API MD_OnNotify(HWND hwnd, int idFrom, LPNMHDR pnmhdr)
static __inline void MSGDUMP_API MD_OnCompacting(HWND hwnd, UINT compactRatio)
static __inline HWND MSGDUMP_API MD_TreeView_OnEditLabelW(HWND hwnd, HTREEITEM hitem)
static __inline void MSGDUMP_API MD_OnKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags)
static __inline void MSGDUMP_API MD_OnClose(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnHitTest(HWND hwnd, LV_HITTESTINFO *pinfo)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetItemA(HWND hwnd, const LV_ITEMA *pitem)
static __inline UINT MSGDUMP_API MD_OnMenuGetObject(HWND hwnd, MENUGETOBJECTINFO *pmgoi)
static __inline INT MSGDUMP_API MD_ComboBox_GetCurSel(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListView_OnFindItemA(HWND hwnd, INT iStart, const LV_FINDINFOA *plvfi)
static __inline DWORD MSGDUMP_API MD_Edit_OnGetLimitText(HWND hwnd)
static __inline void MSGDUMP_API MD_Edit_OnSetLimitText(HWND hwnd, DWORD cbMax)
static __inline void MSGDUMP_API MD_OnRButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT keyFlags)
static __inline INT MSGDUMP_API MD_ComboBox_OnInsertString(HWND hwnd, INT index, LPCTSTR lpsz)
static __inline void MSGDUMP_API MD_OnActivateApp(HWND hwnd, BOOL fActivate, DWORD dwThreadId)
static __inline BOOL MSGDUMP_API MD_OnInitDialog(HWND hwnd, HWND hwndFocus, LPARAM lParam)
static __inline INT MSGDUMP_API MD_ListBox_OnGetCount(HWND hwnd)
static __inline void MSGDUMP_API MD_OnImeStartComposition(HWND hwnd)
static __inline HMENU MSGDUMP_API MD_MDISetMenu(HWND hwnd, BOOL fRefresh, HMENU hmenuFrame, HMENU hmenuWindow)
static __inline void MSGDUMP_API MD_OnShowWindow(HWND hwnd, BOOL fShow, UINT status)
static __inline INT MSGDUMP_API MD_ListView_OnFindItemW(HWND hwnd, INT iStart, const LV_FINDINFOW *plvfi)
static __inline void MSGDUMP_API MD_OnUninitMenuPopup(HWND hwnd, HMENU hMenu, UINT nFlags)
static __inline void MSGDUMP_API MD_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
static __inline INT MSGDUMP_API MD_ListBox_OnAddFile(HWND hwnd, LPCTSTR lpszFilename)
static __inline UINT MSGDUMP_API MD_OnQueryUIState(HWND hwnd)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetExtendedUI(HWND hwnd, BOOL fExtended)
static __inline void MSGDUMP_API MD_OnExitSizeMove(HWND hwnd)
static __inline INT MSGDUMP_API MD_ListBox_OnSetTopIndex(HWND hwnd, INT index)
static __inline INT MSGDUMP_API MD_ComboBox_OnSetDroppedWidth(HWND hwnd, INT wWidth)
static __inline INT MSGDUMP_API MD_ListView_OnInsertColumnA(HWND hwnd, INT iCol, const LV_COLUMNA *pcol)
static __inline LRESULT MSGDUMP_API MD_OnNull(HWND hwnd)
static __inline INT_PTR MSGDUMP_API MD_ListBox_OnSetItemData(HWND hwnd, INT index, LPARAM dwData)
static __inline void MSGDUMP_API MD_RichEdit_OnExGetSel(HWND hwnd, CHARRANGE *lpchr)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetCallbackMask(HWND hwnd, UINT mask)
static __inline const TCHAR *MSGDUMP_API MD_rect_text(TCHAR *buf, size_t bufsize, const RECT *prc)
static __inline void MSGDUMP_API MD_OnNCRButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT codeHitTest)
static __inline INT MSGDUMP_API MD_ListBox_OnSelItemRange(HWND hwnd, BOOL fSelect, UINT wFirst, UINT wLast)
static __inline INT MSGDUMP_API MD_ListView_OnSubItemHitTest(HWND hwnd, WPARAM wParam, LPLVHITTESTINFO plvhti)
static __inline INT MSGDUMP_API MD_ComboBox_OnGetCount(HWND hwnd)
static __inline COLORREF MSGDUMP_API MD_ListView_OnSetOutlineColor(HWND hwnd, COLORREF color)
static __inline HCURSOR MSGDUMP_API MD_ListView_OnSetHotCursor(HWND hwnd, HCURSOR hcur)
static __inline void MSGDUMP_API MD_OnChangeUIState(HWND hwnd, UINT nAction, UINT nUIElement)
static __inline void MSGDUMP_API MD_RichEdit_OnPasteSpecial(HWND hwnd, UINT uFormat, REPASTESPECIAL *lpRePasteSpecial)
static __inline DWORD MSGDUMP_API MD_ListView_OnSetExtendedListViewStyle(HWND hwnd, DWORD dwMask, DWORD dw)
static __inline LRESULT MSGDUMP_API MD_OnImeRequest(HWND hwnd, WPARAM wParam, LPARAM lParam)
static __inline INT_PTR MSGDUMP_API MD_ListBox_OnGetItemData(HWND hwnd, INT index)
static __inline INT MSGDUMP_API MD_ListView_OnGetCountPerPage(HWND hwnd)
static __inline void *MSGDUMP_API MD_RichEdit_OnGetWordBreakProcEx(HWND hwnd)
static __inline LRESULT MSGDUMP_API MD_OnSettingChange(HWND hwnd, UINT_PTR wFlag, LPCTSTR pszSection)
static __inline INT MSGDUMP_API MD_ListBox_OnSetAnchorIndex(HWND hwnd, INT index)
static __inline void MSGDUMP_API MD_OnMButtonDown(HWND hwnd, BOOL fDoubleClick, int x, int y, UINT keyFlags)
static __inline void MSGDUMP_API MD_OnEnterSizeMove(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_TreeView_OnDeleteItem(HWND hwnd, HTREEITEM hitem)
static __inline void MSGDUMP_API MD_OnMenuCommand(HWND hwnd, UINT nPos, HMENU hMenu)
static __inline void MSGDUMP_API MD_OnNCXButtonUp(HWND hwnd, UINT nHitTest, WORD fwButton, INT xPos, INT yPos)
static __inline BOOL MSGDUMP_API MD_Edit_OnCanUndo(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_TreeView_OnSetItemA(HWND hwnd, const TV_ITEMA *pitem)
static __inline void MSGDUMP_API MD_OnNCMouseLeave(HWND hwnd)
static __inline COLORREF MSGDUMP_API MD_TreeView_OnGetTextColor(HWND hwnd)
static __inline BOOL MSGDUMP_API MD_ListView_OnGetColumnA(HWND hwnd, INT iCol, LV_COLUMNA *pcol)
static __inline void MSGDUMP_API MD_Edit_OnReplaceSel(HWND hwnd, BOOL fCanUndo, LPCTSTR lpszReplace)
static __inline void MSGDUMP_API MD_OnSetFocus(HWND hwnd, HWND hwndOldFocus)
static __inline BOOL MSGDUMP_API MD_ListView_OnSetInsertMark(HWND hwnd, const LVINSERTMARK *lvim)
unsigned __int3264 UINT_PTR
static const WCHAR szName[]
#define NM_RELEASEDCAPTURE
#define LVM_INSERTMARKHITTEST
#define TVN_ENDLABELEDITA
#define LVM_GETCALLBACKMASK
#define LVM_DELETEALLITEMS
#define LVM_CREATEDRAGIMAGE
#define TVM_CREATEDRAGIMAGE
#define TVN_ITEMEXPANDEDW
_Out_opt_ int _Out_opt_ int * cy
#define TVM_SORTCHILDRENCB
#define LVM_INSERTGROUPSORTED
#define LVM_INSERTCOLUMNA
#define LVM_SETINSERTMARKCOLOR
#define TVN_ITEMEXPANDINGA
#define LVM_GETCOLUMNORDERARRAY
#define LVM_GETITEMSPACING
#define LVM_SETCOLUMNWIDTH
#define TVM_MAPACCIDTOHTREEITEM
#define TVM_ENDEDITLABELNOW
#define LVM_SETOUTLINECOLOR
#define TVN_BEGINLABELEDITA
#define LVM_GETINSERTMARKCOLOR
#define LVM_GETITEMPOSITION
#define LVN_ODSTATECHANGED
#define LVM_SETITEMPOSITION
#define LVN_DELETEALLITEMS
#define LVM_SETCALLBACKMASK
#define LVM_GETEDITCONTROL
#define LVM_GETNUMBEROFWORKAREAS
#define LVM_APPROXIMATEVIEWRECT
#define TVM_GETISEARCHSTRINGW
#define LVM_GETSTRINGWIDTHA
#define TVM_GETITEMHEIGHT
#define TVM_SETSCROLLTIME
#define LVM_ENABLEGROUPVIEW
#define LVM_SETSELECTEDCOLUMN
#define NM_TOOLTIPSCREATED
#define LVM_SETINSERTMARK
#define LVM_GETSUBITEMRECT
#define LVM_ENSUREVISIBLE
#define TVN_ITEMEXPANDEDA
#define LVN_INCREMENTALSEARCHA
#define LVM_GETINSERTMARK
#define TVM_SETINSERTMARKCOLOR
#define LVN_BEGINLABELEDITA
#define LVM_SETGROUPMETRICS
#define LVM_REMOVEALLGROUPS
#define LVN_INCREMENTALSEARCHW
#define LVM_SETSELECTIONMARK
#define LVM_CANCELEDITLABEL
#define TVM_GETEDITCONTROL
#define LVN_ENDLABELEDITW
#define LVM_MOVEITEMTOGROUP
#define LVM_ISITEMVISIBLE
#define TVM_SETINSERTMARK
#define LVM_GETCOUNTPERPAGE
#define LVN_BEGINLABELEDITW
#define TVM_MAPHTREEITEMTOACCID
#define LVM_GETOUTLINECOLOR
#define TVM_GETVISIBLECOUNT
#define LVM_SUBITEMHITTEST
#define LVN_ENDLABELEDITA
#define LPTV_INSERTSTRUCTW
#define LVM_INSERTCOLUMNW
#define LVM_GETISEARCHSTRINGA
#define LVM_GETEXTENDEDLISTVIEWSTYLE
#define LVM_SETTILEVIEWINFO
#define TVM_ENSUREVISIBLE
#define LVM_GETSELECTIONMARK
#define LVM_SETICONSPACING
#define TVN_ITEMEXPANDINGW
#define LVM_ISGROUPVIEWENABLED
#define TVM_GETINSERTMARKCOLOR
#define TVN_BEGINLABELEDITW
#define LVM_GETSELECTEDCOUNT
int(CALLBACK * PFNLVGROUPCOMPARE)(int, int, void *)
#define LVM_SETITEMPOSITION32
#define LVM_SETTEXTBKCOLOR
#define LVM_SETCOLUMNORDERARRAY
#define LVM_GETCOLUMNWIDTH
int(CALLBACK * PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM)
#define LVM_GETTEXTBKCOLOR
#define LPTV_INSERTSTRUCTA
#define TVM_GETSCROLLTIME
#define TVN_ENDLABELEDITW
#define LVM_GETTILEVIEWINFO
#define LVM_GETISEARCHSTRINGW
#define LVM_GETINSERTMARKRECT
#define LVM_GETSTRINGWIDTHW
#define LVM_GETSELECTEDCOLUMN
#define LVM_SETEXTENDEDLISTVIEWSTYLE
#define TVM_SETITEMHEIGHT
#define TVM_GETISEARCHSTRINGA
#define LVM_GETGROUPMETRICS
#define EN_PARAGRAPHEXPANDED
#define EM_SETOLECALLBACK
#define EM_GETWORDBREAKPROCEX
#define EM_SETWORDBREAKPROCEX
#define EM_STOPGROUPTYPING
#define EM_SETTARGETDEVICE
#define EN_OBJECTPOSITIONS
#define EM_EXLINEFROMCHAR
#define EM_GETOLEINTERFACE
#define TVM_GETEXTENDEDSTYLE
#define TVM_SETEXTENDEDSTYLE
#define WM_QUERYDROPOBJECT
#define GlobalGetAtomName
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
#define HANDLE_MSG(hwnd, message, fn)
#define WM_VSCROLLCLIPBOARD
#define WM_QUERYNEWPALETTE
#define WM_CTLCOLORSTATIC
#define CB_GETHORIZONTALEXTENT
#define CB_SETDROPPEDWIDTH
#define LB_FINDSTRINGEXACT
#define WM_INPUT_DEVICE_CHANGE
#define LB_SETHORIZONTALEXTENT
#define EM_GETWORDBREAKPROC
#define EM_GETPASSWORDCHAR
#define WM_DESTROYCLIPBOARD
#define WM_HSCROLLCLIPBOARD
#define WM_CAPTURECHANGED
#define WM_WINDOWPOSCHANGING
#define EM_SETPASSWORDCHAR
#define CB_SETHORIZONTALEXTENT
#define EM_EMPTYUNDOBUFFER
#define WM_DWMNCRENDERINGCHANGED
#define WM_PALETTECHANGED
#define SBM_ENABLE_ARROWS
#define WM_GETTITLEBARINFOEX
#define LB_GETANCHORINDEX
#define WM_NCRBUTTONDBLCLK
#define GetClipboardFormatName
#define WM_CTLCOLORSCROLLBAR
#define CB_FINDSTRINGEXACT
#define WM_SYSCOLORCHANGE
#define LB_SETCOLUMNWIDTH
#define WM_ASKCBFORMATNAME
#define CB_GETDROPPEDWIDTH
#define EM_GETFIRSTVISIBLELINE
#define WM_CTLCOLORMSGBOX
#define LB_SELITEMRANGEEX
#define WM_NCLBUTTONDBLCLK
#define WM_DWMCOMPOSITIONCHANGED
#define LB_SETANCHORINDEX
#define WM_MDIREFRESHMENU
#define WM_MDIICONARRANGE
#define WM_IME_SETCONTEXT
BOOL WINAPI IsWindowUnicode(_In_ HWND)
#define CB_GETDROPPEDCONTROLRECT
#define WM_QUERYENDSESSION
#define LB_GETHORIZONTALEXTENT
#define EM_SETWORDBREAKPROC
#define WM_DWMWINDOWMAXIMIZEDCHANGE
#define CB_GETDROPPEDSTATE
#define WM_IME_COMPOSITIONFULL
#define SBM_SETRANGEREDRAW
_In_ int _Inout_ LPRECT lprc
#define WM_POWERBROADCAST
#define WM_CTLCOLORLISTBOX
#define EDITWORDBREAKPROC
#define WM_ICONERASEBKGND
#define WM_NCMBUTTONDBLCLK
#define WM_WINDOWPOSCHANGED
#define WM_DWMCOLORIZATIONCOLORCHANGED
#define WM_PAINTCLIPBOARD
#define WM_RENDERALLFORMATS
#define WM_PALETTEISCHANGING