System.Drawing.ComIStreamMarshaler.ManagedToNativeWrapper.Revert C# (CSharp) Method

Revert() private static method

private static Revert ( IntPtr @this ) : int
@this System.IntPtr
return int
			private static int Revert(IntPtr @this)
			{
#if MAP_EX_TO_HR
				try
				{
#endif
					GetObject(@this).managedInterface.Revert();
					return S_OK;
#if MAP_EX_TO_HR
				}
				catch (Exception e)
				{
					return GetHRForException(e);
				}
#endif
			}