Utf8 (#3776)
[mono.git] / mcs / class / referencesource / mscorlib / system / runtime / interopservices / attributes.cs
index 17068f63bc9e4ad9cabf831cfc9067ba21bac739..83a6c0b161dc06d981fb41e8c181b99d62e96dfb 100644 (file)
@@ -522,6 +522,9 @@ namespace System.Runtime.InteropServices{
         
         [System.Runtime.InteropServices.ComVisible(false)]
         HString          = 0x2f,        // Windows Runtime HSTRING
+
+       [System.Runtime.InteropServices.ComVisible(false)]
+        LPUTF8Str        = 0x30,        // UTF8 string
     }
 
 #if !MONO