Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e5bfbc6

Browse files
jkotassafern
authored andcommitted
Add back UnmanagedType.LPUTF8Str (dotnet/coreclr#10859)
Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent af0f5ff commit e5bfbc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/src/CoreLib/System/Runtime/InteropServices/UnmanagedType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ public enum UnmanagedType
4343
Error = 0x2d,
4444
IInspectable = 0x2e,
4545
HString = 0x2f, // Windows Runtime HSTRING
46+
LPUTF8Str = 0x30, // UTF8 string
4647
}
4748
}

0 commit comments

Comments
 (0)