Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ScrollPatternIdentifiers.cs
- HeaderElement.cs
- Polyline.cs
- TextCompositionEventArgs.cs
- _OSSOCK.cs
- GrammarBuilder.cs
- CodeParameterDeclarationExpressionCollection.cs
- BooleanFacetDescriptionElement.cs
- DbConnectionStringBuilder.cs
- RedirectionProxy.cs
- Persist.cs
- DataGridViewButtonCell.cs
- CodeDOMProvider.cs
- FontUnit.cs
- GridViewEditEventArgs.cs
- ApplicationDirectory.cs
- SafeHandles.cs
- PolicyManager.cs
- BulletedList.cs
- XmlExtensionFunction.cs
- WebPartAuthorizationEventArgs.cs
- EtwTrace.cs
- GlyphShapingProperties.cs
- SynchronizedDispatch.cs
- OuterGlowBitmapEffect.cs
- SqlTypeSystemProvider.cs
- Lasso.cs
- RuntimeHandles.cs
- XmlQueryContext.cs
- DispatcherProcessingDisabled.cs
- PatternMatcher.cs
- SafeJobHandle.cs
- RegexTree.cs
- XPathMessageFilterElement.cs
- FontFamilyValueSerializer.cs
- HostedHttpRequestAsyncResult.cs
- CoreSwitches.cs
- ProjectionCamera.cs
- CharKeyFrameCollection.cs
- EntryIndex.cs
- HashAlgorithm.cs
- BinaryConverter.cs
- XmlObjectSerializer.cs
- ColumnHeaderConverter.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ResolveMatchesMessage11.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- SafeNativeMethods.cs
- HttpConfigurationContext.cs
- PointHitTestResult.cs
- ListBoxItem.cs
- GeometryValueSerializer.cs
- PartialTrustHelpers.cs
- Membership.cs
- PropertyKey.cs
- CounterCreationDataCollection.cs
- TextSegment.cs
- StrokeDescriptor.cs
- SelectedDatesCollection.cs
- FontStyles.cs
- MetadataItemCollectionFactory.cs
- FrameworkContentElement.cs
- DeviceOverridableAttribute.cs
- PropertyTab.cs
- ScrollProviderWrapper.cs
- WindowsListViewScroll.cs
- RMEnrollmentPage1.cs
- ActivitySurrogate.cs
- FindCompletedEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- DynamicDataRouteHandler.cs
- MexTcpBindingCollectionElement.cs
- DispatcherHooks.cs
- WmlPageAdapter.cs
- TextSelectionHighlightLayer.cs
- OpCodes.cs
- SqlBooleanizer.cs
- MissingMethodException.cs
- DataServiceProcessingPipeline.cs
- ProvidersHelper.cs
- LineProperties.cs
- EdmComplexPropertyAttribute.cs
- Environment.cs
- ToolboxItemAttribute.cs
- ZipIOExtraField.cs
- NullableIntSumAggregationOperator.cs
- CommandSet.cs
- FeatureSupport.cs
- ToolStripContentPanelRenderEventArgs.cs
- HttpDebugHandler.cs
- PageWrapper.cs
- SoapFault.cs
- SecurityKeyType.cs
- TypeUsageBuilder.cs
- EntityModelSchemaGenerator.cs
- Array.cs
- CustomTypeDescriptor.cs
- DataServiceResponse.cs
- RectangleF.cs
- MetadataArtifactLoaderFile.cs