Ignore:
Timestamp:
Mar 16, 2002, 8:53:47 AM (23 years ago)
Author:
umoeller
Message:

Misc updates for Unicode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/nls.h

    r115 r147  
    9999    APIRET XWPENTRY nlsUpper(PSZ psz, ULONG ulLength);
    100100
     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
    101122#endif
    102123
Note: See TracChangeset for help on using the changeset viewer.