source: branches/common_functions/include/message_funcs.h

Last change on this file was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 736 bytes
Line 
1#ifndef MESSAGE_H_INCLUDED
2#define MESSAGE_H_INCLUDED
3
4#ifdef __CPLUSPLUS__
5extern "C" {
6#endif
7
8ULONG messageBox( char* text, ULONG ulTextID , LONG lSizeText,
9 char* title, ULONG ulTitleID, LONG lSizeTitle,
10 HMODULE hResource, HWND hwnd, ULONG ulFlags);
11ULONG MsgShowMessageBox(HWND hwnd, ULONG ulIDTitle, ULONG ulIDText, HMODULE hModule, ULONG ulFlag);
12BOOL getMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd);
13BOOL MsgGetMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd);
14
15#if 0
16ULONG showMessageBox2(HWND hwnd, ULONG ulIDTitle, ULONG ulIDText, HMODULE hModule, ULONG ulFlag);
17#endif
18
19#ifdef __CPLUSPLUS__
20}
21#endif
22
23#endif
Note: See TracBrowser for help on using the repository browser.