Changeset 190 for trunk/include/helpers/tmsgfile.h
- Timestamp:
- Jul 22, 2002, 10:08:02 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/tmsgfile.h
r150 r190 32 32 /* 33 33 *@@ TMFMSGFILE: 34 * representation of a text message file opened by 35 * tmfOpenMessageFile. 34 36 * 35 37 *@@added V0.9.16 (2001-10-08) [umoeller] … … 39 41 { 40 42 PSZ pszFilename; // copy of .TMF file name 41 42 XSTRING strContent; // file's full contents (converted to C LF format)43 43 44 44 TREE *IDsTreeRoot; // root of tree with MSGENTRY's (a TREE* really) … … 59 59 ULONG cTableEntries); 60 60 61 /* APIRET tmfGetMessage(PCHAR *pTable,62 ULONG cTable,63 PBYTE pbBuffer,64 ULONG cbBuffer,65 PCSZ pszMessageName,66 PCSZ pszFile,67 PULONG pcbMsg);68 69 APIRET tmfGetMessageExt(PCHAR* pTable,70 ULONG cTable,71 PBYTE pbBuffer,72 ULONG cbBuffer,73 PCSZ pszMessageName,74 PCSZ pszFile,75 PULONG pcbMsg);76 */77 78 61 #endif // TMSGFILE_HEADER_INCLUDED 79 62
Note:
See TracChangeset
for help on using the changeset viewer.