72{
74
76
79
81 {
82 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
83 };
84
86 {
87 L"Button 1",
L"Button 2",
L"Button 3",
L"Button 4",
L"Button 5",
L"Button 6",
L"Button 7",
L"Button 8",
L"Button 9",
L"Button 10",
L"Button 11",
L"Button 12",
L"Button 13"
88 };
89
94 data.mbp.lpszText =
L"This is a message box made using the undocumented SoftModalMessageBox() API.";
98
100 data.pidButton = pids;
101 data.ppszButtonText = ppText;
105#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
106 data.dwTimeout = 3 * 1000;
107#endif
108
111 {
112 printf(
"SoftModalMessageBoxW not found in user32.dll\n");
113 }
114 else
115 {
118 }
119}
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
int WINAPI SoftModalMessageBox(IN LPMSGBOXDATA lpMsgBoxData)
HWND WINAPI FindWindowW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR)
#define MAKEINTRESOURCEW(i)