Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / MULTI_QI.cs / 1305376 / MULTI_QI.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Collections; using System.Configuration; using System.Configuration.Internal; using System.Web; using System.Web.Util; using System.Security; using System.IO; using System.Web.Hosting; using System.Runtime.InteropServices; using System.Reflection; using System.Collections.Specialized; using System.Xml; using System.Security.Principal; using System.Threading; using System.Globalization; [StructLayout(LayoutKind.Sequential, Pack = 4)] internal struct MULTI_QI : IDisposable { internal MULTI_QI(IntPtr pid) { piid = pid; pItf = IntPtr.Zero; hr = 0; } internal IntPtr piid; // 'Guid' can't be marshaled to GUID* here? use IntPtr buffer trick instead internal IntPtr pItf; internal int hr; void IDisposable.Dispose() { if (pItf != IntPtr.Zero) { Marshal.Release(pItf); pItf = IntPtr.Zero; } if (piid != IntPtr.Zero) { Marshal.FreeCoTaskMem(piid); piid = IntPtr.Zero; } GC.SuppressFinalize(this); } } [StructLayout(LayoutKind.Sequential, Pack = 4)] internal struct MULTI_QI_X64 : IDisposable { internal MULTI_QI_X64(IntPtr pid) { piid = pid; pItf = IntPtr.Zero; hr = 0; padding = 0; } internal IntPtr piid; // 'Guid' can't be marshaled to GUID* here? use IntPtr buffer trick instead internal IntPtr pItf; internal int hr; #pragma warning disable 0649 internal int padding; #pragma warning restore 0649 void IDisposable.Dispose() { if (pItf != IntPtr.Zero) { Marshal.Release(pItf); pItf = IntPtr.Zero; } if (piid != IntPtr.Zero) { Marshal.FreeCoTaskMem(piid); piid = IntPtr.Zero; } GC.SuppressFinalize(this); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Graphics.cs
- SkewTransform.cs
- OleDbFactory.cs
- FragmentQueryKB.cs
- MultilineStringEditor.cs
- RIPEMD160.cs
- DeferredReference.cs
- SHA384.cs
- SecurityManager.cs
- XmlQueryCardinality.cs
- SqlBuilder.cs
- StringCollection.cs
- DataSpaceManager.cs
- PreloadedPackages.cs
- DataGridViewCellValueEventArgs.cs
- SoapCodeExporter.cs
- PolyBezierSegment.cs
- AspNetSynchronizationContext.cs
- QilXmlWriter.cs
- IisTraceListener.cs
- _ProxyRegBlob.cs
- PagedDataSource.cs
- TextBoxAutomationPeer.cs
- CalloutQueueItem.cs
- UnsafePeerToPeerMethods.cs
- WebPartConnectionsConnectVerb.cs
- PeerNameResolver.cs
- Tile.cs
- TableAdapterManagerHelper.cs
- SettingsProperty.cs
- FormsAuthenticationTicket.cs
- PassportPrincipal.cs
- ImageClickEventArgs.cs
- StubHelpers.cs
- HashHelper.cs
- SqlBulkCopy.cs
- CodeGenerationManager.cs
- Propagator.cs
- SqlDataSourceQueryEditor.cs
- Scripts.cs
- SmiSettersStream.cs
- FixedBufferAttribute.cs
- DesignerVerbCollection.cs
- PeerConnector.cs
- ImageSource.cs
- TreeBuilderXamlTranslator.cs
- KeyInterop.cs
- ResourceWriter.cs
- GetIsBrowserClientRequest.cs
- RequestContext.cs
- CornerRadiusConverter.cs
- ScaleTransform3D.cs
- TableCellAutomationPeer.cs
- documentation.cs
- CfgParser.cs
- Attributes.cs
- SwitchExpression.cs
- RelatedView.cs
- ContextMarshalException.cs
- Point4D.cs
- ContextActivityUtils.cs
- COM2ExtendedTypeConverter.cs
- Emitter.cs
- ColumnReorderedEventArgs.cs
- RightsManagementManager.cs
- SubMenuStyleCollection.cs
- HandoffBehavior.cs
- TraceHandler.cs
- PageBuildProvider.cs
- AddressAccessDeniedException.cs
- WorkflowApplicationIdleEventArgs.cs
- LocalizableAttribute.cs
- PasswordDeriveBytes.cs
- BinaryWriter.cs
- OperationResponse.cs
- EntityDataSourceContainerNameItem.cs
- AdornerDecorator.cs
- VectorKeyFrameCollection.cs
- ClickablePoint.cs
- ExpressionCopier.cs
- SqlBulkCopyColumnMappingCollection.cs
- StandardOleMarshalObject.cs
- SqlClientPermission.cs
- AesManaged.cs
- RemotingService.cs
- TimeEnumHelper.cs
- StylusEventArgs.cs
- DNS.cs
- RichTextBox.cs
- _LoggingObject.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ListViewDeletedEventArgs.cs
- BaseTreeIterator.cs
- JoinTreeNode.cs
- DBPropSet.cs
- MenuAdapter.cs
- TdsParserSafeHandles.cs
- SqlExpressionNullability.cs
- CommentEmitter.cs
- Listbox.cs