Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TransactionValidationBehavior.cs
- WebControlsSection.cs
- SectionInformation.cs
- SecurityBindingElementImporter.cs
- NestedContainer.cs
- AdornerLayer.cs
- PeerTransportElement.cs
- DataControlExtensions.cs
- Container.cs
- MILUtilities.cs
- TraceHandler.cs
- CategoryGridEntry.cs
- Decorator.cs
- ContextBase.cs
- Geometry3D.cs
- MessageDecoder.cs
- EventLogEntryCollection.cs
- BaseAsyncResult.cs
- SQLBytesStorage.cs
- SpellerStatusTable.cs
- ReachSerializer.cs
- Errors.cs
- AddInAttribute.cs
- RoleService.cs
- QilInvoke.cs
- XmlAnyElementAttribute.cs
- XmlBindingWorker.cs
- InputReport.cs
- SizeValueSerializer.cs
- itemelement.cs
- DataGridViewBand.cs
- XmlNode.cs
- HwndMouseInputProvider.cs
- ScrollChrome.cs
- ErrorEventArgs.cs
- LicenseContext.cs
- SqlCaseSimplifier.cs
- BitmapDecoder.cs
- peernodestatemanager.cs
- DefaultParameterValueAttribute.cs
- ErrorRuntimeConfig.cs
- CapiHashAlgorithm.cs
- Win32.cs
- ServiceHostFactory.cs
- Convert.cs
- UIElementIsland.cs
- SqlDataSourceCommandEventArgs.cs
- DataSourceComponent.cs
- RSAPKCS1SignatureFormatter.cs
- TextLineResult.cs
- WindowsPrincipal.cs
- DesignerExtenders.cs
- DataSvcMapFile.cs
- _AcceptOverlappedAsyncResult.cs
- ContentDisposition.cs
- HtmlEncodedRawTextWriter.cs
- RoutedPropertyChangedEventArgs.cs
- WpfSharedXamlSchemaContext.cs
- Blend.cs
- EnumType.cs
- SafeArrayRankMismatchException.cs
- RNGCryptoServiceProvider.cs
- X509Certificate2Collection.cs
- SR.cs
- ReadOnlyCollectionBase.cs
- SoapIncludeAttribute.cs
- SizeKeyFrameCollection.cs
- QuaternionKeyFrameCollection.cs
- ExpandButtonVisibilityConverter.cs
- DataContractSet.cs
- SqlProcedureAttribute.cs
- ResolveNextArgumentWorkItem.cs
- MonthChangedEventArgs.cs
- IndexedEnumerable.cs
- PrimitiveCodeDomSerializer.cs
- DataBoundControlActionList.cs
- StaticFileHandler.cs
- PeerNodeTraceRecord.cs
- EmptyCollection.cs
- StateBag.cs
- RectangleGeometry.cs
- Mappings.cs
- SQLByteStorage.cs
- GestureRecognitionResult.cs
- ToolStripTextBox.cs
- DataControlFieldCollection.cs
- ValueQuery.cs
- DynamicPropertyHolder.cs
- TransformCollection.cs
- Point3DCollection.cs
- Opcode.cs
- SurrogateSelector.cs
- RecoverInstanceLocksCommand.cs
- Compiler.cs
- MetaType.cs
- ResXFileRef.cs
- XmlLanguage.cs
- BuildProviderAppliesToAttribute.cs
- ObjectAnimationBase.cs
- EventDescriptor.cs