Changeset 780 for trunk/src/user32/new/dialog.cpp
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/dialog.cpp
r666 r780 1 /* $Id: dialog.cpp,v 1. 6 1999-08-24 18:58:00 phaller Exp $ */1 /* $Id: dialog.cpp,v 1.7 1999-09-01 19:12:20 phaller Exp $ */ 2 2 3 3 /* … … 18 18 //****************************************************************************** 19 19 //****************************************************************************** 20 HWND WIN32API CreateDialogParamA(HINSTANCE hinst, LPCSTR lpszTemplate, 21 HWND hwndOwner, DLGPROC dlgproc, 20 HWND WIN32API CreateDialogParamA(HINSTANCE hinst, LPCSTR lpszTemplate, 21 HWND hwndOwner, DLGPROC dlgproc, 22 22 LPARAM lParamInit) 23 23 { … … 38 38 //****************************************************************************** 39 39 //****************************************************************************** 40 HWND WIN32API CreateDialogParamW(HINSTANCE hinst, LPCWSTR lpszTemplate, 41 HWND hwndOwner, DLGPROC dlgproc, 40 HWND WIN32API CreateDialogParamW(HINSTANCE hinst, LPCWSTR lpszTemplate, 41 HWND hwndOwner, DLGPROC dlgproc, 42 42 LPARAM lParamInit) 43 43 { … … 60 60 //****************************************************************************** 61 61 //****************************************************************************** 62 HWND WIN32API CreateDialogIndirectParamA(HINSTANCE hinst, 63 DLGTEMPLATE *dlgtemplate, 64 HWND hwndParent, DLGPROC dlgproc, 62 HWND WIN32API CreateDialogIndirectParamA(HINSTANCE hinst, 63 DLGTEMPLATE *dlgtemplate, 64 HWND hwndParent, DLGPROC dlgproc, 65 65 LPARAM lParamInit) 66 66 { … … 71 71 //****************************************************************************** 72 72 //****************************************************************************** 73 HWND WIN32API CreateDialogIndirectParamW(HINSTANCE hinst, 74 DLGTEMPLATE *dlgtemplate, 75 HWND hwndParent, DLGPROC dlgproc, 73 HWND WIN32API CreateDialogIndirectParamW(HINSTANCE hinst, 74 DLGTEMPLATE *dlgtemplate, 75 HWND hwndParent, DLGPROC dlgproc, 76 76 LPARAM lParamInit) 77 77 { … … 82 82 //****************************************************************************** 83 83 //****************************************************************************** 84 BOOL WIN32API DialogBoxIndirectParamA(HINSTANCE hinst, 85 DLGTEMPLATE *dlgtemplate, 86 HWND hwndParent, DLGPROC dlgproc, 84 INT WIN32API DialogBoxIndirectParamA(HINSTANCE hinst, 85 DLGTEMPLATE *dlgtemplate, 86 HWND hwndParent, DLGPROC dlgproc, 87 87 LPARAM lParamInit) 88 88 { … … 91 91 //****************************************************************************** 92 92 //****************************************************************************** 93 BOOL WIN32API DialogBoxIndirectParamW(HINSTANCE hinst, 94 DLGTEMPLATE *dlgtemplate, 95 HWND hwndParent, DLGPROC dlgproc, 93 INT WIN32API DialogBoxIndirectParamW(HINSTANCE hinst, 94 DLGTEMPLATE *dlgtemplate, 95 HWND hwndParent, DLGPROC dlgproc, 96 96 LPARAM lParamInit) 97 97 { … … 117 117 //****************************************************************************** 118 118 //****************************************************************************** 119 int WIN32API DialogBoxParamW(HINSTANCE arg1, LPCWSTR arg2, HWND arg3, 119 int WIN32API DialogBoxParamW(HINSTANCE arg1, LPCWSTR arg2, HWND arg3, 120 120 DLGPROC arg4, LPARAM arg5) 121 121 {
Note:
See TracChangeset
for help on using the changeset viewer.