|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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.
Data Structures |
| struct | DLGDATAEX |
| struct | DLGDATA |
Defines |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
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 [] |
Generated on Sun May 27 2012 04:45:52 for ReactOS by
1.7.6.1
|