source: trunk/include/helpers/tmsgfile.h@ 32

Last change on this file since 32 was 7, checked in by umoeller, 25 years ago

Initial checkin of helpers code, which used to be in WarpIN.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1/* $Id: tmsgfile.h 7 2000-10-27 21:27:02Z umoeller $ */
2
3
4/*
5 *@@sourcefile tmsgfile.h:
6 * header file for tmsgfile.c. See notes there.
7 *
8 * This file is entirely new with V0.9.0.
9 *
10 * Note: Version numbering in this file relates to XWorkplace version
11 * numbering.
12 *
13 *@@include #include <os2.h>
14 *@@include #include "tmsgfile.h"
15 */
16
17#if __cplusplus
18extern "C" {
19#endif
20
21#ifndef TMSGFILE_HEADER_INCLUDED
22#define TMSGFILE_HEADER_INCLUDED
23
24APIRET tmfGetMessage(PCHAR *pTable,
25 ULONG cTable,
26 PBYTE pbBuffer,
27 ULONG cbBuffer,
28 PSZ pszMessageName,
29 PSZ pszFile,
30 PULONG pcbMsg);
31
32APIRET tmfGetMessageExt(PCHAR* pTable,
33 ULONG cTable,
34 PBYTE pbBuffer,
35 ULONG cbBuffer,
36 PSZ pszMessageName,
37 PSZ pszFile,
38 PULONG pcbMsg);
39
40#endif // TMSGFILE_HEADER_INCLUDED
41
42#if __cplusplus
43}
44#endif
45
Note: See TracBrowser for help on using the repository browser.