Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / Win32Providers / MS / Internal / AutomationProxies / SafeThemeHandle.cs / 1 / SafeThemeHandle.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// Description:
//
// History:
// 10/04/2003 : [....] Created
//---------------------------------------------------------------------------
using System;
using System.Security;
using System.Security.Permissions;
using System.Runtime.InteropServices;
//using System.Runtime.CompilerServices;
using System.Windows.Automation;
using Microsoft.Win32.SafeHandles;
using MS.Win32;
namespace MS.Internal.AutomationProxies
{
internal sealed class SafeThemeHandle : SafeHandleZeroOrMinusOneIsInvalid
{
// This constructor is used by the P/Invoke marshaling layer
// to allocate a SafeHandle instance. P/Invoke then does the
// appropriate method call, storing the handle in this class.
private SafeThemeHandle() : base(true) {}
// Uncomment this if & only if we need a constructor
// that takes a handle from external code
internal SafeThemeHandle(IntPtr preexistingHandle, bool ownsHandle) : base(ownsHandle)
{
SetHandle(preexistingHandle);
}
//
protected override bool ReleaseHandle()
{
// MustRun methods may only call other MustRun methods,
// must not allocate along paths that must succeed, etc.
return !IsInvalid ? CloseThemeData(handle) == (IntPtr)NativeMethods.S_OK : true;
}
[DllImport("UxTheme.dll", CharSet = CharSet.Auto)/*, SuppressUnmanagedCodeSecurity*/]
//
private static extern IntPtr CloseThemeData(IntPtr handle);
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// Description:
//
// History:
// 10/04/2003 : [....] Created
//---------------------------------------------------------------------------
using System;
using System.Security;
using System.Security.Permissions;
using System.Runtime.InteropServices;
//using System.Runtime.CompilerServices;
using System.Windows.Automation;
using Microsoft.Win32.SafeHandles;
using MS.Win32;
namespace MS.Internal.AutomationProxies
{
internal sealed class SafeThemeHandle : SafeHandleZeroOrMinusOneIsInvalid
{
// This constructor is used by the P/Invoke marshaling layer
// to allocate a SafeHandle instance. P/Invoke then does the
// appropriate method call, storing the handle in this class.
private SafeThemeHandle() : base(true) {}
// Uncomment this if & only if we need a constructor
// that takes a handle from external code
internal SafeThemeHandle(IntPtr preexistingHandle, bool ownsHandle) : base(ownsHandle)
{
SetHandle(preexistingHandle);
}
//
protected override bool ReleaseHandle()
{
// MustRun methods may only call other MustRun methods,
// must not allocate along paths that must succeed, etc.
return !IsInvalid ? CloseThemeData(handle) == (IntPtr)NativeMethods.S_OK : true;
}
[DllImport("UxTheme.dll", CharSet = CharSet.Auto)/*, SuppressUnmanagedCodeSecurity*/]
//
private static extern IntPtr CloseThemeData(IntPtr handle);
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RefExpr.cs
- LayoutTable.cs
- CompModSwitches.cs
- CopyAttributesAction.cs
- EntryWrittenEventArgs.cs
- RectAnimationClockResource.cs
- ProgressBar.cs
- SecurityHeaderElementInferenceEngine.cs
- DecoderBestFitFallback.cs
- ServiceNameElement.cs
- AllMembershipCondition.cs
- NotFiniteNumberException.cs
- Property.cs
- DataGridViewCell.cs
- CounterCreationDataCollection.cs
- TextTreePropertyUndoUnit.cs
- HttpFormatExtensions.cs
- DataContractSerializerSection.cs
- Comparer.cs
- WithStatement.cs
- DataView.cs
- Mappings.cs
- PointCollectionValueSerializer.cs
- UniformGrid.cs
- SizeIndependentAnimationStorage.cs
- ModuleElement.cs
- DataGridViewRowStateChangedEventArgs.cs
- ImageButton.cs
- NamespaceEmitter.cs
- CodeDomConfigurationHandler.cs
- FieldMetadata.cs
- TextEditorContextMenu.cs
- AutomationIdentifier.cs
- DocumentReference.cs
- SqlException.cs
- OutputCache.cs
- SecureStringHasher.cs
- ToolStripContainer.cs
- Exceptions.cs
- MemberRelationshipService.cs
- StackSpiller.Temps.cs
- Material.cs
- updateconfighost.cs
- PinnedBufferMemoryStream.cs
- _HelperAsyncResults.cs
- XmlSignificantWhitespace.cs
- EntityObject.cs
- HtmlTable.cs
- CommandCollectionEditor.cs
- WebServiceErrorEvent.cs
- VectorAnimationBase.cs
- DragAssistanceManager.cs
- XsltOutput.cs
- AsymmetricSignatureDeformatter.cs
- UICuesEvent.cs
- QueryContinueDragEventArgs.cs
- RightsManagementInformation.cs
- CollectionViewGroupInternal.cs
- HoistedLocals.cs
- SemanticAnalyzer.cs
- XmlElementAttributes.cs
- DefaultValidator.cs
- FormViewInsertedEventArgs.cs
- FormViewDeletedEventArgs.cs
- ImpersonationOption.cs
- InternalBase.cs
- Message.cs
- TaiwanLunisolarCalendar.cs
- ActivationArguments.cs
- controlskin.cs
- FieldAccessException.cs
- HttpApplication.cs
- FieldToken.cs
- NavigatorOutput.cs
- PrivacyNoticeBindingElementImporter.cs
- ComNativeDescriptor.cs
- BuilderPropertyEntry.cs
- MulticastNotSupportedException.cs
- WorkflowDispatchContext.cs
- ThemeInfoAttribute.cs
- KeyFrames.cs
- XsdBuilder.cs
- SecurityDescriptor.cs
- RSACryptoServiceProvider.cs
- PolyLineSegmentFigureLogic.cs
- BaseCAMarshaler.cs
- InitializerFacet.cs
- IsolatedStorageFile.cs
- GuidConverter.cs
- MenuItemBindingCollection.cs
- ImageProxy.cs
- StringDictionary.cs
- FreeFormDesigner.cs
- ShaderEffect.cs
- DriveInfo.cs
- LoginCancelEventArgs.cs
- ServiceProviders.cs
- TdsParserStaticMethods.cs
- AmbientLight.cs
- HandlerWithFactory.cs