source: trunk/tst/include/message_funcs.h@ 4

Last change on this file since 4 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: 616 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 showMessageBox2(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#ifdef __CPLUSPLUS__
15}
16#endif
17
18#endif
Note: See TracBrowser for help on using the repository browser.