Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / DATA_BLOB.cs / 1305376 / DATA_BLOB.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Xml; using System.Text; using System.Runtime.InteropServices; using Microsoft.Win32; //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// [StructLayout(LayoutKind.Sequential)] internal struct DATA_BLOB : IDisposable { public int cbData; public IntPtr pbData; void IDisposable.Dispose() { if (pbData != IntPtr.Zero) { Marshal.FreeHGlobal(pbData); pbData = IntPtr.Zero; } } } } // 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
- AdornerPresentationContext.cs
- BindingExpression.cs
- HostedTransportConfigurationManager.cs
- ConnectionStringsExpressionBuilder.cs
- Merger.cs
- DataGridViewCellLinkedList.cs
- TemplateManager.cs
- ObjectDataProvider.cs
- WebPartConnectionsCancelEventArgs.cs
- ColorDialog.cs
- SymmetricAlgorithm.cs
- InstanceHandleReference.cs
- DataGridViewCellPaintingEventArgs.cs
- ToolStripDropDownDesigner.cs
- MarkupProperty.cs
- ApplicationSecurityManager.cs
- SqlCacheDependency.cs
- FileFormatException.cs
- DataGridViewAccessibleObject.cs
- FormViewUpdateEventArgs.cs
- UserUseLicenseDictionaryLoader.cs
- RtfToken.cs
- CatalogUtil.cs
- DiscardableAttribute.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- IdnElement.cs
- CodeGenerator.cs
- GiveFeedbackEventArgs.cs
- QueryOutputWriter.cs
- LinearGradientBrush.cs
- TreeNodeCollection.cs
- Storyboard.cs
- SchemaTypeEmitter.cs
- SQLGuidStorage.cs
- SoapSchemaExporter.cs
- Helpers.cs
- _NtlmClient.cs
- SplineQuaternionKeyFrame.cs
- OutputCacheModule.cs
- MetadataPropertyAttribute.cs
- PageSettings.cs
- Transform3D.cs
- SqlReferenceCollection.cs
- FreezableCollection.cs
- ModelServiceImpl.cs
- ComponentManagerBroker.cs
- OdbcError.cs
- UrlMappingsSection.cs
- GlyphInfoList.cs
- XmlSyndicationContent.cs
- MessageAction.cs
- QilPatternFactory.cs
- GlobalizationAssembly.cs
- MailMessageEventArgs.cs
- ResourceContainer.cs
- SimpleApplicationHost.cs
- ResolvedKeyFrameEntry.cs
- TemplateBindingExtension.cs
- VersionPair.cs
- AsymmetricSignatureFormatter.cs
- WaitHandleCannotBeOpenedException.cs
- SqlBooleanMismatchVisitor.cs
- CategoryAttribute.cs
- IncrementalCompileAnalyzer.cs
- UpDownEvent.cs
- OpenCollectionAsyncResult.cs
- Module.cs
- EventPropertyMap.cs
- MethodToken.cs
- WebPermission.cs
- EventDrivenDesigner.cs
- SwitchCase.cs
- Graph.cs
- DictionarySectionHandler.cs
- OdbcInfoMessageEvent.cs
- OciEnlistContext.cs
- SafeMILHandle.cs
- InstanceData.cs
- shaperfactoryquerycacheentry.cs
- PropertyPathWorker.cs
- ProcessInfo.cs
- DataSourceConverter.cs
- EnlistmentTraceIdentifier.cs
- ToolStripContainer.cs
- XmlSchemaRedefine.cs
- RightsManagementPermission.cs
- OleDbDataAdapter.cs
- JoinSymbol.cs
- LineVisual.cs
- ControlCachePolicy.cs
- CodeCommentStatement.cs
- ListViewUpdatedEventArgs.cs
- ActionMismatchAddressingException.cs
- TreeSet.cs
- HttpSysSettings.cs
- XmlQueryTypeFactory.cs
- SqlDependencyListener.cs
- BulletDecorator.cs
- CheckoutException.cs
- CachingParameterInspector.cs