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

msgbox.c File Reference

#include <win\winbase.h>
#include <win\winuser.h>
#include <string.h>
#include <dlgs.h>
#include <misc.h>
#include <heapstring.h>
#include "dbglocal.h"

Include dependency graph for msgbox.c:

Include dependency graph

Go to the source code of this file.

Defines

#define DBG_LOCALLOG   DBG_msgbox
#define MSGBOX_IDICON   1088
#define MSGBOX_IDTEXT   100

Functions

HFONT MSGBOX_OnInit (HWND hwnd, LPMSGBOXPARAMSA lpmb)
LRESULT CALLBACK MSGBOX_DlgProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
INT WINAPI MessageBoxA (HWND hWnd, LPCSTR text, LPCSTR title, UINT type)
INT WINAPI MessageBoxW (HWND hwnd, LPCWSTR text, LPCWSTR title, UINT type)
INT WINAPI MessageBoxExA (HWND hWnd, LPCSTR text, LPCSTR title, UINT type, WORD langid)
INT WINAPI MessageBoxExW (HWND hWnd, LPCWSTR text, LPCWSTR title, UINT type, WORD langid)
INT WINAPI MessageBoxIndirectA (LPMSGBOXPARAMSA msgbox)
INT WINAPI MessageBoxIndirectW (LPMSGBOXPARAMSW msgbox)
void WINAPI FatalAppExitA (UINT action, LPCSTR str)
void WINAPI FatalAppExitW (UINT action, LPCWSTR str)
BOOL WIN32API SysErrorBox (DWORD x1, DWORD x2, DWORD x3)


Define Documentation

#define DBG_LOCALLOG   DBG_msgbox
 

Definition at line 17 of file msgbox.c.

#define MSGBOX_IDICON   1088
 

Definition at line 20 of file msgbox.c.

#define MSGBOX_IDTEXT   100
 

Definition at line 21 of file msgbox.c.


Function Documentation

HFONT MSGBOX_OnInit HWND    hwnd,
LPMSGBOXPARAMSA    lpmb
[static]
 

Definition at line 23 of file msgbox.c.

Referenced by MSGBOX_DlgProc().

LRESULT CALLBACK MSGBOX_DlgProc HWND    hwnd,
UINT    message,
WPARAM    wParam,
LPARAM    lParam
[static]
 

Definition at line 230 of file msgbox.c.

INT WINAPI MessageBoxA HWND    hWnd,
LPCSTR    text,
LPCSTR    title,
UINT    type
 

Definition at line 270 of file msgbox.c.

Referenced by ExitWindowsEx(), FatalAppExitA(), MessageBoxExA(), and MessageBoxW().

INT WINAPI MessageBoxW HWND    hwnd,
LPCWSTR    text,
LPCWSTR    title,
UINT    type
 

Definition at line 297 of file msgbox.c.

Referenced by FatalAppExitW(), and MessageBoxExW().

INT WINAPI MessageBoxExA HWND    hWnd,
LPCSTR    text,
LPCSTR    title,
UINT    type,
WORD    langid
 

Definition at line 314 of file msgbox.c.

INT WINAPI MessageBoxExW HWND    hWnd,
LPCWSTR    text,
LPCWSTR    title,
UINT    type,
WORD    langid
 

Definition at line 324 of file msgbox.c.

INT WINAPI MessageBoxIndirectA LPMSGBOXPARAMSA    msgbox
 

Definition at line 335 of file msgbox.c.

Referenced by MessageBoxIndirectW().

INT WINAPI MessageBoxIndirectW LPMSGBOXPARAMSW    msgbox
 

Definition at line 355 of file msgbox.c.

void WINAPI FatalAppExitA UINT    action,
LPCSTR    str
 

Definition at line 372 of file msgbox.c.

void WINAPI FatalAppExitW UINT    action,
LPCWSTR    str
 

Definition at line 383 of file msgbox.c.

BOOL WIN32API SysErrorBox DWORD    x1,
DWORD    x2,
DWORD    x3
 

Definition at line 403 of file msgbox.c.


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