source: trunk/test/include/message_funcs.h@ 57

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

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

File size: 432 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);
11
12BOOL getMessage(char* text,ULONG ulID, LONG lSizeText, HMODULE hResource,HWND hwnd);
13
14#ifdef __CPLUSPLUS__
15}
16#endif
17
18#endif
Note: See TracBrowser for help on using the repository browser.