Changeset 4 for trunk/common_functions/include/message_funcs.h
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/common_functions/include/message_funcs.h
r2 r4 9 9 char* title, ULONG ulTitleID, LONG lSizeTitle, 10 10 HMODULE hResource, HWND hwnd, ULONG ulFlags); 11 ULONG showMessageBox2(HWND hwnd, ULONG ulIDTitle, ULONG ulIDText, HMODULE hModule, ULONG ulFlag);11 ULONG MsgShowMessageBox(HWND hwnd, ULONG ulIDTitle, ULONG ulIDText, HMODULE hModule, ULONG ulFlag); 12 12 BOOL getMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd); 13 13 BOOL MsgGetMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd); 14 15 #if 0 16 ULONG showMessageBox2(HWND hwnd, ULONG ulIDTitle, ULONG ulIDText, HMODULE hModule, ULONG ulFlag); 17 #endif 18 14 19 #ifdef __CPLUSPLUS__ 15 20 }
Note:
See TracChangeset
for help on using the changeset viewer.