dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.30,1.31 il_meta.h


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.30,1.31 il_meta.h,1.6,1.7
Date: Tue, 28 Jan 2003 01:25:04 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv3031/include

Modified Files:
        il_engine.h il_meta.h 
Log Message:


Implement marshalling for the LPWSTR type.


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** il_engine.h 26 Dec 2002 09:26:40 -0000      1.30
--- il_engine.h 28 Jan 2003 06:25:01 -0000      1.31
***************
*** 596,599 ****
--- 596,606 ----
  
  /*
+  * Convert a string into a NUL-terminated UTF-16 buffer,
+  * allocated within the garbage collected heap.  If "str"
+  * is NULL, then NULL will be returned.
+  */
+ ILUInt16 *ILStringToUTF16(ILExecThread *thread, ILString *str);
+ 
+ /*
   * Convert a string into an "ANSI" string in the local
   * character set, allocated within the garbage collected heap.

Index: il_meta.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_meta.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** il_meta.h   28 Jun 2002 01:05:53 -0000      1.6
--- il_meta.h   28 Jan 2003 06:25:01 -0000      1.7
***************
*** 542,545 ****
--- 542,546 ----
  #define       IL_META_MARSHAL_REF_ANSI_ARRAY                  0x0005
  #define       IL_META_MARSHAL_REF_UTF8_ARRAY                  0x0006
+ #define       IL_META_MARSHAL_UTF16_STRING                    0x0007
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]