Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Configuration / System / Configuration / DATA_BLOB.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- InvalidProgramException.cs
- _AcceptOverlappedAsyncResult.cs
- ConfigXmlWhitespace.cs
- PriorityQueue.cs
- EndEvent.cs
- CompositionAdorner.cs
- ReferenceList.cs
- FileSystemEventArgs.cs
- LoginDesignerUtil.cs
- Utility.cs
- BinaryExpression.cs
- SafeRegistryHandle.cs
- ZoomComboBox.cs
- ProbeDuplex11AsyncResult.cs
- OleDbSchemaGuid.cs
- OleDbDataAdapter.cs
- FontDifferentiator.cs
- SessionParameter.cs
- FlowchartDesignerCommands.cs
- LinkedDataMemberFieldEditor.cs
- Font.cs
- ValidatorCompatibilityHelper.cs
- DataBoundControlAdapter.cs
- ArithmeticLiteral.cs
- UnknownBitmapDecoder.cs
- DocumentEventArgs.cs
- XmlTypeMapping.cs
- TabControl.cs
- XmlImplementation.cs
- ArgumentException.cs
- Operators.cs
- X509PeerCertificateAuthenticationElement.cs
- ToolStripGripRenderEventArgs.cs
- StylusPointDescription.cs
- MultiTargetingUtil.cs
- TakeQueryOptionExpression.cs
- SqlXmlStorage.cs
- XmlUTF8TextWriter.cs
- IdSpace.cs
- HandleRef.cs
- EntityViewGenerationConstants.cs
- ValueType.cs
- SHA384Managed.cs
- BinaryObjectInfo.cs
- PenThread.cs
- SetterBaseCollection.cs
- Delegate.cs
- RenderContext.cs
- CodeSnippetCompileUnit.cs
- FieldNameLookup.cs
- WorkItem.cs
- LinearGradientBrush.cs
- IDQuery.cs
- PeerApplication.cs
- IfAction.cs
- DrawItemEvent.cs
- MediaTimeline.cs
- PKCS1MaskGenerationMethod.cs
- DataControlLinkButton.cs
- CompositeCollection.cs
- DisposableCollectionWrapper.cs
- WpfWebRequestHelper.cs
- HttpDictionary.cs
- Serializer.cs
- PersonalizablePropertyEntry.cs
- AssemblyAttributes.cs
- BigInt.cs
- NoneExcludedImageIndexConverter.cs
- SqlMethodCallConverter.cs
- CheckBoxFlatAdapter.cs
- WinFormsSpinner.cs
- ChangeDirector.cs
- Type.cs
- ToolStripContentPanel.cs
- ColorTransformHelper.cs
- SiteMapPath.cs
- OleDbStruct.cs
- LinkedList.cs
- SafeEventLogWriteHandle.cs
- JoinSymbol.cs
- GlyphCache.cs
- SQLCharsStorage.cs
- Stopwatch.cs
- ContentFileHelper.cs
- DataGridViewAdvancedBorderStyle.cs
- CheckBoxField.cs
- DelegateBodyWriter.cs
- BufferedReceiveElement.cs
- _HTTPDateParse.cs
- XmlWriterSettings.cs
- XmlDomTextWriter.cs
- HttpResponseInternalBase.cs
- SafeThemeHandle.cs
- DropShadowEffect.cs
- TableColumnCollectionInternal.cs
- TemplateAction.cs
- MultipartIdentifier.cs
- SafeEventLogWriteHandle.cs
- Decoder.cs
- PointAnimation.cs