source: branches/v2.9/common_functions/include/message_funcs.h

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

Import sources from cwmm-full.zip dated 2005-03-21

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.