[Mono-bugs] [Bug 48066][Wis] Changed - marshaling convention MarshalAs( UnmanagedType.AsAny ) not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 11 May 2004 14:24:52 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=48066

--- shadow/48066	2004-02-10 09:08:33.000000000 -0500
+++ shadow/48066.tmp.23377	2004-05-11 14:24:52.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 48066
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pigolkine@gmx.de               
 QAContact: mono-bugs@ximian.com
@@ -96,6 +96,9 @@
 Actually, this marshaling type is used in CreateWindowEx to pass parameter
 to created window. So, looks like most of the times the parameter 
 will have 2 types of values : null and CLIENTCREATESTRUCT.
 
 ------- Additional Comments From vargaz@freemail.hu  2004-02-10 09:08 -------
 We no longer crash, but AsAny is still not implemented.
+
+------- Additional Comments From vargaz@freemail.hu  2004-05-11 14:24 -------
+This is implemented now.