Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DefaultWorkflowTransactionService.cs
- PersonalizationStateQuery.cs
- FixedSOMPageConstructor.cs
- WebRequestModuleElement.cs
- ObjectView.cs
- WebPartManagerInternals.cs
- CorrelationTokenTypeConvertor.cs
- SqlTypesSchemaImporter.cs
- VideoDrawing.cs
- Rotation3D.cs
- RectangleF.cs
- DataGridViewCheckBoxCell.cs
- WebBrowserDocumentCompletedEventHandler.cs
- SmtpTransport.cs
- SmtpDigestAuthenticationModule.cs
- CoTaskMemHandle.cs
- CodeLinePragma.cs
- OrthographicCamera.cs
- WebPartExportVerb.cs
- TrackingSection.cs
- UnsafeNativeMethods.cs
- ToolStripSplitButton.cs
- SmiGettersStream.cs
- X509Utils.cs
- DataSourceHelper.cs
- ScriptManagerProxy.cs
- ListParaClient.cs
- ItemCollection.cs
- DataServiceExpressionVisitor.cs
- BitmapScalingModeValidation.cs
- NativeMethods.cs
- listviewsubitemcollectioneditor.cs
- UriSection.cs
- PrimitiveRenderer.cs
- ReachDocumentPageSerializerAsync.cs
- _SSPISessionCache.cs
- PolicyValidationException.cs
- StrongNamePublicKeyBlob.cs
- DataListComponentEditor.cs
- XmlSchemaObject.cs
- NamedObject.cs
- BindingCollection.cs
- RegexWorker.cs
- PrintPageEvent.cs
- FunctionCommandText.cs
- DataSourceIDConverter.cs
- CroppedBitmap.cs
- DatasetMethodGenerator.cs
- AutoFocusStyle.xaml.cs
- BinaryMethodMessage.cs
- TextEffectCollection.cs
- KerberosReceiverSecurityToken.cs
- WebConvert.cs
- SemanticValue.cs
- DependencyObjectValidator.cs
- ProviderException.cs
- Table.cs
- GlyphElement.cs
- Queue.cs
- Color.cs
- UserValidatedEventArgs.cs
- LineServices.cs
- RecommendedAsConfigurableAttribute.cs
- EntityDesignerUtils.cs
- PropertyStore.cs
- HTMLTagNameToTypeMapper.cs
- SqlFunctionAttribute.cs
- PropertyStore.cs
- Propagator.ExtentPlaceholderCreator.cs
- EditorPartCollection.cs
- ConfigXmlWhitespace.cs
- FixedSOMPageConstructor.cs
- URLString.cs
- WindowsListView.cs
- DetailsViewDeleteEventArgs.cs
- CursorInteropHelper.cs
- ZipIOLocalFileDataDescriptor.cs
- CallContext.cs
- cryptoapiTransform.cs
- ModelUIElement3D.cs
- MediaContext.cs
- ToolboxItemFilterAttribute.cs
- BmpBitmapDecoder.cs
- DbInsertCommandTree.cs
- ClientRuntime.cs
- WebPartConnectionsDisconnectVerb.cs
- DataComponentNameHandler.cs
- DiscoveryClientChannelFactory.cs
- ConstraintCollection.cs
- StandardMenuStripVerb.cs
- COM2TypeInfoProcessor.cs
- PeerNameRecord.cs
- BamlRecordHelper.cs
- CompositeFontParser.cs
- DrawingGroup.cs
- GridViewRow.cs
- ProxyWebPartConnectionCollection.cs
- ImplicitInputBrush.cs
- DataRowComparer.cs
- DurableEnlistmentState.cs