ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

messagebox.c File Reference
#include <user32.h>
#include <wine/debug.h>

Go to the source code of this file.

Data Structures

struct  PMSGBOXINFO

Defines

#define MSGBOX_IDICON   (1088)
#define MSGBOX_IDTEXT   (100)
#define IDI_HANDA   MAKEINTRESOURCEA(32513)
#define IDI_HANDW   MAKEINTRESOURCEW(32513)
#define IDI_QUESTIONA   MAKEINTRESOURCEA(32514)
#define IDI_QUESTIONW   MAKEINTRESOURCEW(32514)
#define IDI_EXCLAMATIONA   MAKEINTRESOURCEA(32515)
#define IDI_EXCLAMATIONW   MAKEINTRESOURCEW(32515)
#define IDI_ASTERISKA   MAKEINTRESOURCEA(32516)
#define IDI_ASTERISKW   MAKEINTRESOURCEW(32516)
#define IDI_WINLOGOA   MAKEINTRESOURCEA(32517)
#define IDI_WINLOGOW   MAKEINTRESOURCEW(32517)
#define BTN_CX   (75)
#define BTN_CY   (23)
#define MSGBOXEX_SPACING   (16)
#define MSGBOXEX_BUTTONSPACING   (6)
#define MSGBOXEX_MARGIN   (12)
#define MSGBOXEX_MAXBTNSTR   (32)
#define MSGBOXEX_MAXBTNS   (4)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (user32)
static VOID MessageBoxTextToClipboard (HWND DialogWindow)
static INT_PTR CALLBACK MessageBoxProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
static int MessageBoxTimeoutIndirectW (CONST MSGBOXPARAMSW *lpMsgBoxParams, UINT Timeout)
int WINAPI MessageBoxA (HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType)
int WINAPI MessageBoxExA (HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, WORD wLanguageId)
int WINAPI MessageBoxExW (HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType, WORD wLanguageId)
int WINAPI MessageBoxIndirectA (CONST MSGBOXPARAMSA *lpMsgBoxParams)
int WINAPI MessageBoxIndirectW (CONST MSGBOXPARAMSW *lpMsgBoxParams)
int WINAPI MessageBoxW (HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType)
int WINAPI MessageBoxTimeoutA (HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, WORD wLanguageId, DWORD dwTime)
int WINAPI MessageBoxTimeoutW (HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType, WORD wLanguageId, DWORD dwTime)
DWORD WINAPI SoftModalMessageBox (DWORD Unknown0)
BOOL WINAPI MessageBeep (UINT uType)
LPWSTR WINAPI MB_GetString (DWORD string)

Generated on Fri May 25 2012 06:10:01 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.