Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MsmqQueue.cs
- handlecollector.cs
- InvalidOperationException.cs
- MeshGeometry3D.cs
- PropertyKey.cs
- IndependentAnimationStorage.cs
- VerticalAlignConverter.cs
- CallSiteOps.cs
- TriggerAction.cs
- ButtonFieldBase.cs
- LambdaCompiler.Expressions.cs
- SqlCacheDependency.cs
- SchemaHelper.cs
- EntityContainerAssociationSetEnd.cs
- OdbcDataReader.cs
- EventRecordWrittenEventArgs.cs
- ListViewGroupConverter.cs
- PropertyItemInternal.cs
- MonikerSyntaxException.cs
- ReferencedCollectionType.cs
- RegistryHandle.cs
- LinkLabel.cs
- RequestCache.cs
- WeakReferenceKey.cs
- Selection.cs
- WindowsListViewGroupHelper.cs
- SmiRecordBuffer.cs
- StackSpiller.Generated.cs
- BCLDebug.cs
- AttributeConverter.cs
- TextParentUndoUnit.cs
- ErrorWebPart.cs
- StorageInfo.cs
- CharacterString.cs
- DispatcherExceptionFilterEventArgs.cs
- Point3DValueSerializer.cs
- HtmlTextArea.cs
- OrderedHashRepartitionStream.cs
- XmlLanguageConverter.cs
- sqlpipe.cs
- SelectionEditor.cs
- ListItemCollection.cs
- Context.cs
- BackStopAuthenticationModule.cs
- SoapObjectInfo.cs
- GenericPrincipal.cs
- ComponentDispatcher.cs
- BrowserCapabilitiesCodeGenerator.cs
- HttpPostedFile.cs
- ForceCopyBuildProvider.cs
- CleanUpVirtualizedItemEventArgs.cs
- HttpModulesInstallComponent.cs
- ColumnWidthChangingEvent.cs
- Marshal.cs
- Visual.cs
- AnnouncementClient.cs
- StickyNoteContentControl.cs
- InkCollectionBehavior.cs
- Zone.cs
- XPathDocumentNavigator.cs
- CodeAttributeArgumentCollection.cs
- OleAutBinder.cs
- ExpressionEditorAttribute.cs
- InheritanceContextChangedEventManager.cs
- WrapPanel.cs
- ProtocolsConfiguration.cs
- XsltArgumentList.cs
- TextInfo.cs
- MergeFilterQuery.cs
- FileRecordSequenceHelper.cs
- SharedPerformanceCounter.cs
- DbMetaDataColumnNames.cs
- InvokeBase.cs
- Convert.cs
- EntityFunctions.cs
- ValueTable.cs
- BooleanAnimationUsingKeyFrames.cs
- DataTableReaderListener.cs
- ProxyGenerator.cs
- PerSessionInstanceContextProvider.cs
- TextTrailingCharacterEllipsis.cs
- XmlSchemaImporter.cs
- StringBuilder.cs
- XPathItem.cs
- RtfFormatStack.cs
- Dynamic.cs
- PageStatePersister.cs
- EntityDataSourceValidationException.cs
- BindingMAnagerBase.cs
- TransformPattern.cs
- RIPEMD160.cs
- CustomCategoryAttribute.cs
- HtmlInputCheckBox.cs
- EmbeddedMailObject.cs
- NativeMethods.cs
- ProfessionalColors.cs
- ValueProviderWrapper.cs
- SafeNativeMethodsCLR.cs
- ConfigurationErrorsException.cs
- Roles.cs