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

Commit

Permalink
Implement Thread.GetApartmentState/TrySetApartmentState (#6323)
Browse files Browse the repository at this point in the history
Fixes #5776

Signed-off-by: dotnet-bot <[email protected]>
  • Loading branch information
jkotas committed Sep 12, 2018
1 parent 72ee1da commit 7b18dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Private.CoreLib/shared/System/HResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ internal static partial class HResults
internal const int RO_E_CLOSED = unchecked((int)0x80000013);
internal const int TYPE_E_TYPEMISMATCH = unchecked((int)0x80028CA0);
internal const int CO_E_NOTINITIALIZED = unchecked((int)0x800401F0);
internal const int RPC_E_CHANGED_MODE = unchecked((int)0x80010106);
}
}

0 comments on commit 7b18dcc

Please sign in to comment.