Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

windlgmsg.cpp File Reference

#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:

Include dependency graph

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)


Define Documentation

#define DBG_LOCALLOG   DBG_windlgmsg
 

Definition at line 26 of file windlgmsg.cpp.


Function Documentation

LONG WIN32API SendDlgItemMessageA HWND    hwnd,
int    id,
UINT    Msg,
WPARAM    wParam,
LPARAM    lParam
 

Definition at line 31 of file windlgmsg.cpp.

Referenced by CheckDlgButton(), CheckRadioButton(), GetDlgItemInt(), GetDlgItemTextA(), IsDlgButtonChecked(), MSGBOX_OnInit(), SetDlgItemInt(), and SetDlgItemTextA().

LONG WIN32API SendDlgItemMessageW HWND    hwnd,
int    id,
UINT    Msg,
WPARAM    wParam,
LPARAM    lParam
 

Definition at line 50 of file windlgmsg.cpp.

Referenced by GetDlgItemTextW(), and SetDlgItemTextW().

BOOL DIALOG_IsAccelerator HWND    hwnd,
HWND    hwndDlg,
WPARAM    vKey
[static]
 

Definition at line 70 of file windlgmsg.cpp.

Referenced by DIALOG_IsDialogMessage().

HWND DIALOG_FindMsgDestination HWND    hwndDlg [static]
 

Definition at line 176 of file windlgmsg.cpp.

Referenced by DIALOG_IsDialogMessage().

BOOL DIALOG_IsDialogMessage HWND    hwndDlg,
BOOL *    translate,
BOOL *    dispatch,
INT    dlgCode,
LPMSG    msg
[static]
 

Definition at line 201 of file windlgmsg.cpp.

Referenced by IsDialogMessageA(), and IsDialogMessageW().

BOOL WIN32API IsDialogMessageA HWND    hwndDlg,
LPMSG    msg
 

Definition at line 301 of file windlgmsg.cpp.

BOOL WIN32API IsDialogMessageW HWND    hwndDlg,
LPMSG    msg
 

Definition at line 318 of file windlgmsg.cpp.


Generated on Wed Jan 23 23:21:30 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001