Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / UIAutomation / Win32Providers / MS / Internal / AutomationProxies / SafeThemeHandle.cs / 1305600 / 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
- PolyBezierSegmentFigureLogic.cs
- DesignBindingPropertyDescriptor.cs
- SoapEnumAttribute.cs
- XmlNamespaceMappingCollection.cs
- DataGridAddNewRow.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XmlNodeChangedEventManager.cs
- CardSpaceException.cs
- ShaderEffect.cs
- FontClient.cs
- ManagedCodeMarkers.cs
- OdbcConnectionString.cs
- CacheEntry.cs
- XmlSerializableReader.cs
- GcHandle.cs
- XMLSchema.cs
- SqlBooleanMismatchVisitor.cs
- Matrix3DConverter.cs
- XmlDataDocument.cs
- ObjectDataSourceEventArgs.cs
- XamlToRtfParser.cs
- XmlUtf8RawTextWriter.cs
- SystemTcpStatistics.cs
- ResourceType.cs
- URL.cs
- WebPartCloseVerb.cs
- JsonWriter.cs
- MediaPlayer.cs
- SqlReorderer.cs
- TimeZone.cs
- ZipIOFileItemStream.cs
- InputProviderSite.cs
- WorkflowTransactionService.cs
- ThreadStaticAttribute.cs
- EpmCustomContentWriterNodeData.cs
- ComponentManagerBroker.cs
- CodeValidator.cs
- ToolStripPanelRow.cs
- HitTestResult.cs
- FormatSettings.cs
- SourceSwitch.cs
- AsymmetricSignatureDeformatter.cs
- WebReferencesBuildProvider.cs
- ToolZone.cs
- QilGeneratorEnv.cs
- FocusChangedEventArgs.cs
- WebConfigurationManager.cs
- PositiveTimeSpanValidator.cs
- ContextStaticAttribute.cs
- ParallelLoopState.cs
- _ScatterGatherBuffers.cs
- IChannel.cs
- ObjectViewQueryResultData.cs
- SoapReflectionImporter.cs
- AsyncContentLoadedEventArgs.cs
- CheckBoxRenderer.cs
- FixedHighlight.cs
- LayoutUtils.cs
- CustomLineCap.cs
- Native.cs
- RuntimeTrackingProfile.cs
- UTF7Encoding.cs
- TimeSpanMinutesConverter.cs
- ListDataBindEventArgs.cs
- InternalCache.cs
- BaseValidatorDesigner.cs
- PointAnimationBase.cs
- MetabaseSettings.cs
- ClientSponsor.cs
- Classification.cs
- TypeSystemProvider.cs
- ExtensionSimplifierMarkupObject.cs
- figurelength.cs
- WaitHandleCannotBeOpenedException.cs
- XmlDataSourceDesigner.cs
- ConnectionConsumerAttribute.cs
- AutomationPeer.cs
- HasCopySemanticsAttribute.cs
- LogicalTreeHelper.cs
- JournalEntryListConverter.cs
- RegexGroupCollection.cs
- CfgParser.cs
- PtsContext.cs
- SQLChars.cs
- Util.cs
- ISSmlParser.cs
- filewebresponse.cs
- TextBoxAutomationPeer.cs
- Exceptions.cs
- FileLoadException.cs
- CustomPopupPlacement.cs
- COM2ICategorizePropertiesHandler.cs
- SynchronizedReadOnlyCollection.cs
- ExtensionWindow.cs
- PositiveTimeSpanValidatorAttribute.cs
- WebPartCatalogAddVerb.cs
- GregorianCalendarHelper.cs
- ToolboxItemLoader.cs
- _SecureChannel.cs
- WsatConfiguration.cs