21#define WIN32_LEAN_AND_MEAN
73 lpdt->
x = 10; lpdt->
y = 10;
74 lpdt->
cx = 100; lpdt->
cy = 100;
88 lpdit->
x = 10; lpdit->
y = 70;
89 lpdit->
cx = 80; lpdit->
cy = 20;
108 lpdit->
x = 55; lpdit->
y = 10;
109 lpdit->
cx = 40; lpdit->
cy = 20;
113 lpw = (
LPWORD)(lpdit + 1);
128 lpdit->
x = 10; lpdit->
y = 10;
129 lpdit->
cx = 40; lpdit->
cy = 20;
133 lpw = (
LPWORD)(lpdit + 1);
138 *lpwsz++ == (
WCHAR)*lpszMessage++;
147 TRACE(
_T(
"DialogBoxIndirect() failed due to invalid handle to parent window: 0x%08X"), hwndOwner);
148 }
else if (
ret == -1) {
150 TRACE(
_T(
"DialogBoxIndirect() failed, GetLastError returned 0x%08X"),
error);
#define MultiByteToWideChar
LPVOID NTAPI GlobalLock(HGLOBAL hMem)
HGLOBAL NTAPI GlobalFree(HGLOBAL hMem)
BOOL NTAPI GlobalUnlock(HGLOBAL hMem)
HGLOBAL NTAPI GlobalAlloc(UINT uFlags, SIZE_T dwBytes)
LPWORD lpwAlign(LPWORD lpIn)
LRESULT CreateMemoryDialog(HINSTANCE hinst, HWND hwndOwner, LPSTR lpszMessage)
INT_PTR CALLBACK DialogWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
DWORD WINAPI GetLastError(void)
#define DialogBoxIndirect
struct DLGITEMTEMPLATE * LPDLGITEMTEMPLATE
struct DLGTEMPLATE * LPDLGTEMPLATE