Changeset 147 for trunk/include/helpers/nls.h
- Timestamp:
- Mar 16, 2002, 8:53:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/nls.h
r115 r147 99 99 APIRET XWPENTRY nlsUpper(PSZ psz, ULONG ulLength); 100 100 101 /* 102 *@@ STRINGENTITY: 103 * 104 *@@added V0.9.16 (2001-09-29) [umoeller] 105 */ 106 107 typedef struct _STRINGENTITY 108 { 109 PCSZ pcszEntity; 110 PCSZ *ppcszString; 111 } STRINGENTITY, *PSTRINGENTITY; 112 113 typedef const struct _STRINGENTITY *PCSTRINGENTITY; 114 115 VOID nlsInitStrings(HAB hab, 116 HMODULE hmod, 117 PCSTRINGENTITY paEntities, 118 ULONG cEntities); 119 120 PCSZ nlsGetString(ULONG ulStringID); 121 101 122 #endif 102 123
Note:
See TracChangeset
for help on using the changeset viewer.