예제 #1
0
 public unsafe static extern int LCMapStringEx(
     char *lpLocaleName,
     LocaleMapFlags dwMapFlags,
     char *lpSrcStr,
     int cchSrc,
     char *lpDestStr,
     int cchDest,
     NlsVersionInfoExtended *lpVersionInformation,
     void *lpReserved,
     LParam sortHandle);
 public unsafe static extern int LCMapStringEx(
     char *lpLocaleName,
     LocaleMapFlags dwMapFlags,
     char *lpSrcStr,
     int cchSrc,
     char *lpDestStr,
     int cchDest,
     NLSVERSIONINFOEX *lpVersionInformation,
     void *lpReserved,
     LPARAM sortHandle);