From fd6aba8563cdf2dfb5556a1fb1ef504c4d442f06 Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Tue, 14 Jul 2020 08:33:57 -0700 Subject: [PATCH] Add APIs based on Adam's feedback --- .../windows-specific-apis/windows-specific-apis.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/accepted/2020/windows-specific-apis/windows-specific-apis.md b/accepted/2020/windows-specific-apis/windows-specific-apis.md index 6c1c8a537..34aa36524 100644 --- a/accepted/2020/windows-specific-apis/windows-specific-apis.md +++ b/accepted/2020/windows-specific-apis/windows-specific-apis.md @@ -118,6 +118,8 @@ Windows-specific: ### System.Diagnostics * **Process** + - `EnterDebugMode()` + - `LeaveDebugMode()` - `set_MaxWorkingSet(IntPtr)` - `set_MinWorkingSet(IntPtr)` - `Start(String, String, SecureString, String)` @@ -223,10 +225,14 @@ Windows-specific: - `ChangeWrapperHandleStrength(Object, Boolean)` - `CreateAggregatedObject(IntPtr, Object)` - `CreateAggregatedObject(IntPtr, T)` + - `CreateWrapperOfType(object, Type)` + - `CreateWrapperOfType(T)` - `FinalReleaseComObject(Object)` - `GetComInterfaceForObject(Object, Type)` - `GetComInterfaceForObject(Object, Type, CustomQueryInterfaceMode)` - `GetComInterfaceForObject(T)` + - `GetComObjectData(object,object)` + - `GetIDispatchForObject(object)` - `GetIUnknownForObject(Object)` - `GetNativeVariantForObject(Object, IntPtr)` - `GetNativeVariantForObject(T, IntPtr)` @@ -236,6 +242,7 @@ Windows-specific: - `GetObjectsForNativeVariants(IntPtr, Int32)` - `GetObjectsForNativeVariants(IntPtr, Int32)` - `GetStartComSlot(Type)` + - `GetEndComSlot(Type)` - `GetTypedObjectForIUnknown(IntPtr, Type)` - `GetTypeFromCLSID(Guid)` - `GetTypeInfoName(ITypeInfo)` @@ -243,11 +250,15 @@ Windows-specific: - `QueryInterface(IntPtr, Guid, IntPtr)` - `Release(IntPtr)` - `ReleaseComObject(Object)` + - `ReleaseComObject(Object)` + - `SetComObjectData(object,object,object)` ### System.Security.Cryptography * **CspKeyContainerInfo** * **DSACryptoServiceProvider** + - `.ctor(CspParameters)` + - `.ctor(int, CspParameters)` - `get_CspKeyContainerInfo()` * **PasswordDeriveBytes** - `CryptDeriveKey(String, String, Int32, Byte[])`