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