|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/port.h"#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "winreg.h"#include "shlwapi.h"#include "wine/unicode.h"#include "wine/debug.h"#include "resource.h"
Go to the source code of this file.
Classes | |
| struct | tagDLGDATAEX |
| struct | tagDLGDATA |
Typedefs | |
| typedef struct tagDLGDATAEX | DLGDATAEX |
| typedef struct tagDLGDATA | DLGDATA |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| INT_PTR WINAPI | SHMessageBoxCheckExW (HWND, HINSTANCE, LPCWSTR, DLGPROC, LPARAM, INT_PTR, LPCWSTR) |
| INT_PTR WINAPI | SHMessageBoxCheckW (HWND, LPCWSTR, LPCWSTR, DWORD, INT_PTR, LPCWSTR) |
| static INT_PTR CALLBACK | SHDlgProcEx (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR WINAPI | SHMessageBoxCheckExA (HWND hWnd, HINSTANCE hInst, LPCSTR lpszName, DLGPROC dlgProc, LPARAM lParam, INT_PTR iRet, LPCSTR lpszId) |
| static INT_PTR CALLBACK | SHDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR WINAPI | SHMessageBoxCheckA (HWND hWnd, LPCSTR lpszText, LPCSTR lpszTitle, DWORD dwType, INT_PTR iRet, LPCSTR lpszId) |
Variables | |
| HINSTANCE | shlwapi_hInstance |
| static const WCHAR | szDontShowKey [] |
| typedef struct tagDLGDATA DLGDATA |
| typedef struct tagDLGDATAEX DLGDATAEX |
Definition at line 186 of file msgbox.c.
Referenced by SHMessageBoxCheckW().
Definition at line 60 of file msgbox.c.
Referenced by SHMessageBoxCheckExW().
| INT_PTR WINAPI SHMessageBoxCheckA | ( | HWND | hWnd, |
| LPCSTR | lpszText, | ||
| LPCSTR | lpszTitle, | ||
| DWORD | dwType, | ||
| INT_PTR | iRet, | ||
| LPCSTR | lpszId | ||
| ) |
Definition at line 251 of file msgbox.c.
| INT_PTR WINAPI SHMessageBoxCheckExA | ( | HWND | hWnd, |
| HINSTANCE | hInst, | ||
| LPCSTR | lpszName, | ||
| DLGPROC | dlgProc, | ||
| LPARAM | lParam, | ||
| INT_PTR | iRet, | ||
| LPCSTR | lpszId | ||
| ) |
Definition at line 141 of file msgbox.c.
| INT_PTR WINAPI SHMessageBoxCheckExW | ( | HWND | hWnd, |
| HINSTANCE | hInst, | ||
| LPCWSTR | lpszName, | ||
| DLGPROC | dlgProc, | ||
| LPARAM | lParam, | ||
| INT_PTR | iRet, | ||
| LPCWSTR | lpszId | ||
| ) |
Definition at line 163 of file msgbox.c.
Referenced by SHMessageBoxCheckExA(), and SHMessageBoxCheckW().
| INT_PTR WINAPI SHMessageBoxCheckW | ( | HWND | hWnd, |
| LPCWSTR | lpszText, | ||
| LPCWSTR | lpszTitle, | ||
| DWORD | dwType, | ||
| INT_PTR | iRet, | ||
| LPCWSTR | lpszId | ||
| ) |
Definition at line 282 of file msgbox.c.
Referenced by SHMessageBoxCheckA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
extern |
Definition at line 33 of file shlwapi_main.c.
Referenced by SHMessageBoxCheckW().
Definition at line 41 of file msgbox.c.
Referenced by SHDlgProcEx(), and SHMessageBoxCheckExW().