#include <os2win.h>
#include <misc.h>
#include <string.h>
#include <ctype.h>
#include "win32wbase.h"
#include "win32dlg.h"
#include <winnls.h>
#include <wine\unicode.h>
#include "dbglocal.h"
Include dependency graph for windlgmsg.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_windlgmsg |
Functions | |
LONG WIN32API | SendDlgItemMessageA (HWND hwnd, int id, UINT Msg, WPARAM wParam, LPARAM lParam) |
LONG WIN32API | SendDlgItemMessageW (HWND hwnd, int id, UINT Msg, WPARAM wParam, LPARAM lParam) |
BOOL | DIALOG_IsAccelerator (HWND hwnd, HWND hwndDlg, WPARAM vKey) |
HWND | DIALOG_FindMsgDestination (HWND hwndDlg) |
BOOL | DIALOG_IsDialogMessage (HWND hwndDlg, BOOL *translate, BOOL *dispatch, INT dlgCode, LPMSG msg) |
BOOL WIN32API | IsDialogMessageA (HWND hwndDlg, LPMSG msg) |
BOOL WIN32API | IsDialogMessageW (HWND hwndDlg, LPMSG msg) |
|
Definition at line 26 of file windlgmsg.cpp. |
|
Definition at line 31 of file windlgmsg.cpp. Referenced by CheckDlgButton(), CheckRadioButton(), GetDlgItemInt(), GetDlgItemTextA(), IsDlgButtonChecked(), MSGBOX_OnInit(), SetDlgItemInt(), and SetDlgItemTextA().
|
|
Definition at line 50 of file windlgmsg.cpp. Referenced by GetDlgItemTextW(), and SetDlgItemTextW().
|
|
Definition at line 70 of file windlgmsg.cpp. Referenced by DIALOG_IsDialogMessage().
|
|
Definition at line 176 of file windlgmsg.cpp. Referenced by DIALOG_IsDialogMessage().
|
|
Definition at line 201 of file windlgmsg.cpp. Referenced by IsDialogMessageA(), and IsDialogMessageW().
|
|
Definition at line 301 of file windlgmsg.cpp. |
|
Definition at line 318 of file windlgmsg.cpp. |