Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / COSERVERINFO.cs / 1305376 / 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
- webeventbuffer.cs
- LookupNode.cs
- LinkedResource.cs
- DirectionalLight.cs
- CodeTypeConstructor.cs
- NavigatorOutput.cs
- FilterableAttribute.cs
- AddressHeaderCollectionElement.cs
- DataTableMapping.cs
- RubberbandSelector.cs
- MarkupObject.cs
- FunctionMappingTranslator.cs
- GraphicsPathIterator.cs
- PenCursorManager.cs
- ComponentChangedEvent.cs
- SqlStatistics.cs
- WebResponse.cs
- PagesSection.cs
- ThumbAutomationPeer.cs
- PriorityBindingExpression.cs
- HostingEnvironment.cs
- EditorBrowsableAttribute.cs
- ProxyHwnd.cs
- NameTable.cs
- WebDisplayNameAttribute.cs
- XmlReflectionImporter.cs
- DateTimeOffsetConverter.cs
- HttpListenerResponse.cs
- RegistryPermission.cs
- DynamicRendererThreadManager.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- TreeViewHitTestInfo.cs
- UIHelper.cs
- ButtonStandardAdapter.cs
- DesignerSelectionListAdapter.cs
- ExtensibleClassFactory.cs
- ProcessHostConfigUtils.cs
- BaseDataList.cs
- ParameterRefs.cs
- MgmtConfigurationRecord.cs
- TitleStyle.cs
- dbenumerator.cs
- MetadataArtifactLoaderFile.cs
- ListViewGroupConverter.cs
- IntSecurity.cs
- TypeSystemProvider.cs
- TargetException.cs
- FontWeightConverter.cs
- ApplicationDirectory.cs
- KeyEvent.cs
- OrderedDictionaryStateHelper.cs
- CodeSnippetCompileUnit.cs
- NameTable.cs
- InputReport.cs
- ICspAsymmetricAlgorithm.cs
- EventMap.cs
- HitTestWithPointDrawingContextWalker.cs
- VisualCollection.cs
- wgx_exports.cs
- Pointer.cs
- ContextMenuStripActionList.cs
- OAVariantLib.cs
- DateTimeStorage.cs
- OutputScope.cs
- ComponentDispatcher.cs
- AnnouncementService.cs
- StorageComplexPropertyMapping.cs
- DataGridViewAccessibleObject.cs
- OneOf.cs
- CacheRequest.cs
- COM2PictureConverter.cs
- KeyedCollection.cs
- ACL.cs
- cookieexception.cs
- ObjectViewListener.cs
- FontWeight.cs
- AddInContractAttribute.cs
- ManagementDateTime.cs
- BamlStream.cs
- OrderedDictionary.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- TrackBarDesigner.cs
- Sequence.cs
- Pair.cs
- ClientFormsIdentity.cs
- HashRepartitionEnumerator.cs
- DataBoundLiteralControl.cs
- CodeSubDirectory.cs
- ExceptionHandlersDesigner.cs
- DataGridViewControlCollection.cs
- ArrowControl.xaml.cs
- InkCanvasSelection.cs
- EntityStoreSchemaFilterEntry.cs
- ArraySegment.cs
- ObjectListComponentEditor.cs
- PrinterSettings.cs
- Triangle.cs
- LineServicesCallbacks.cs
- FamilyMapCollection.cs
- ResourceProviderFactory.cs