Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / Configuration / COSERVERINFO.cs / 1 / COSERVERINFO.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, CharSet = CharSet.Unicode)] internal class COSERVERINFO : IDisposable { internal COSERVERINFO(string srvname, IntPtr authinf) { servername = srvname; authinfo = authinf; } #pragma warning disable 0649 internal int reserved1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string servername; internal IntPtr authinfo; // COAUTHINFO* #pragma warning disable 0649 internal int reserved2; #pragma warning restore 0649 void IDisposable.Dispose() { authinfo = IntPtr.Zero; GC.SuppressFinalize(this); } ~COSERVERINFO() { } } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COSERVERINFO_X64 : IDisposable { internal COSERVERINFO_X64(string srvname, IntPtr authinf) { servername = srvname; authinfo = authinf; } #pragma warning disable 0649 internal int reserved1; internal int padding1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string servername; internal IntPtr authinfo; // COAUTHINFO* #pragma warning disable 0649 internal int reserved2; internal int padding2; #pragma warning restore 0649 void IDisposable.Dispose() { authinfo = IntPtr.Zero; GC.SuppressFinalize(this); } ~COSERVERINFO_X64() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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, CharSet = CharSet.Unicode)] internal class COSERVERINFO : IDisposable { internal COSERVERINFO(string srvname, IntPtr authinf) { servername = srvname; authinfo = authinf; } #pragma warning disable 0649 internal int reserved1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string servername; internal IntPtr authinfo; // COAUTHINFO* #pragma warning disable 0649 internal int reserved2; #pragma warning restore 0649 void IDisposable.Dispose() { authinfo = IntPtr.Zero; GC.SuppressFinalize(this); } ~COSERVERINFO() { } } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COSERVERINFO_X64 : IDisposable { internal COSERVERINFO_X64(string srvname, IntPtr authinf) { servername = srvname; authinfo = authinf; } #pragma warning disable 0649 internal int reserved1; internal int padding1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string servername; internal IntPtr authinfo; // COAUTHINFO* #pragma warning disable 0649 internal int reserved2; internal int padding2; #pragma warning restore 0649 void IDisposable.Dispose() { authinfo = IntPtr.Zero; GC.SuppressFinalize(this); } ~COSERVERINFO_X64() { } } } // 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
- EntityModelSchemaGenerator.cs
- TableItemStyle.cs
- Brush.cs
- HtmlTernaryTree.cs
- ElementAction.cs
- ProgressBarRenderer.cs
- InheritanceContextChangedEventManager.cs
- WeakReferenceEnumerator.cs
- FormsAuthenticationConfiguration.cs
- PropertyContainer.cs
- RichTextBox.cs
- DataGridViewAddColumnDialog.cs
- DesignerCategoryAttribute.cs
- TextContainerChangeEventArgs.cs
- TableLayoutSettingsTypeConverter.cs
- SystemTcpStatistics.cs
- CodeExpressionCollection.cs
- SpanIndex.cs
- TemplateXamlTreeBuilder.cs
- BitmapSourceSafeMILHandle.cs
- TimeSpanStorage.cs
- MaskedTextBox.cs
- newitemfactory.cs
- KeyValueInternalCollection.cs
- IssuedTokenParametersElement.cs
- StickyNoteContentControl.cs
- TextBlock.cs
- EmitterCache.cs
- SystemResourceHost.cs
- StringFreezingAttribute.cs
- CharEntityEncoderFallback.cs
- BoundField.cs
- CachingHintValidation.cs
- EntityUtil.cs
- ZipIOExtraField.cs
- ExtensionFile.cs
- WinFormsSpinner.cs
- IndexedString.cs
- HijriCalendar.cs
- CheckBoxFlatAdapter.cs
- MaskedTextBoxDesigner.cs
- DataPagerFieldItem.cs
- XmlDocumentType.cs
- UnderstoodHeaders.cs
- PathFigureCollectionValueSerializer.cs
- AssemblyInfo.cs
- StorageMappingItemCollection.cs
- CodeTypeMember.cs
- SafeLibraryHandle.cs
- DocumentCollection.cs
- BaseDataListActionList.cs
- WhitespaceRuleReader.cs
- ListSourceHelper.cs
- TextElementAutomationPeer.cs
- PreservationFileWriter.cs
- OleDbError.cs
- COM2PictureConverter.cs
- CodeIterationStatement.cs
- OleDbFactory.cs
- PerformanceCounterPermission.cs
- SafeCryptoHandles.cs
- Identifier.cs
- ContainerParaClient.cs
- ExchangeUtilities.cs
- OdbcException.cs
- CacheAxisQuery.cs
- OutputCacheModule.cs
- DataGridViewTextBoxCell.cs
- HttpContext.cs
- SmiGettersStream.cs
- TypefaceMap.cs
- ImageUrlEditor.cs
- ScriptModule.cs
- CompositeFontFamily.cs
- EventArgs.cs
- FragmentQueryKB.cs
- BindingWorker.cs
- MsmqElementBase.cs
- HtmlShimManager.cs
- RowToFieldTransformer.cs
- BindingsCollection.cs
- XmlReader.cs
- FixedBufferAttribute.cs
- SignedInfo.cs
- HostingEnvironment.cs
- VectorValueSerializer.cs
- XmlDocumentViewSchema.cs
- NavigationWindowAutomationPeer.cs
- HealthMonitoringSectionHelper.cs
- StorageAssociationSetMapping.cs
- EncodingConverter.cs
- LifetimeServices.cs
- Timer.cs
- MailSettingsSection.cs
- BitmapEffect.cs
- filewebrequest.cs
- PersonalizableAttribute.cs
- FontFamily.cs
- TransformPattern.cs
- XmlnsCompatibleWithAttribute.cs