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
- XmlExpressionDumper.cs
- LogicalExpr.cs
- XmlSubtreeReader.cs
- ConstraintCollection.cs
- ListViewItem.cs
- ComIntegrationManifestGenerator.cs
- Underline.cs
- SqlConnectionHelper.cs
- TrackingLocationCollection.cs
- DifferencingCollection.cs
- WebRequestModulesSection.cs
- SortableBindingList.cs
- GraphicsPathIterator.cs
- DateTimeStorage.cs
- SqlDependency.cs
- CookieProtection.cs
- ViewBase.cs
- ListMarkerLine.cs
- FormsAuthentication.cs
- UIElementPropertyUndoUnit.cs
- TranslateTransform3D.cs
- HttpRuntimeSection.cs
- StringToken.cs
- StoreContentChangedEventArgs.cs
- VariableExpressionConverter.cs
- DataStreamFromComStream.cs
- CompositeControl.cs
- PersonalizationEntry.cs
- ObjectNotFoundException.cs
- SR.cs
- AccessKeyManager.cs
- SettingsPropertyValueCollection.cs
- HashMembershipCondition.cs
- NonVisualControlAttribute.cs
- RegistrySecurity.cs
- TargetControlTypeAttribute.cs
- AffineTransform3D.cs
- TypeBuilderInstantiation.cs
- SeparatorAutomationPeer.cs
- ControlBuilderAttribute.cs
- __Filters.cs
- NameScopePropertyAttribute.cs
- ConnectionManagementSection.cs
- ConversionHelper.cs
- SortDescription.cs
- PeerTransportListenAddressValidatorAttribute.cs
- CmsInterop.cs
- AvTraceFormat.cs
- SizeChangedInfo.cs
- NonVisualControlAttribute.cs
- TemplateControlBuildProvider.cs
- CodeComment.cs
- EventLogTraceListener.cs
- SqlRetyper.cs
- XsltLoader.cs
- PeerObject.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- WmfPlaceableFileHeader.cs
- ItemContainerGenerator.cs
- OutgoingWebResponseContext.cs
- EnumerableValidator.cs
- AccessKeyManager.cs
- BamlBinaryReader.cs
- FileIOPermission.cs
- Authorization.cs
- ImageField.cs
- XMLSyntaxException.cs
- DetailsViewDesigner.cs
- OrElse.cs
- Translator.cs
- EditableLabelControl.cs
- XPathMultyIterator.cs
- BinaryObjectInfo.cs
- ReturnType.cs
- SharedUtils.cs
- OdbcEnvironmentHandle.cs
- ProfilePropertySettingsCollection.cs
- ExpressionBuilderContext.cs
- OleDbErrorCollection.cs
- AuthorizationPolicyTypeElement.cs
- BitStream.cs
- EntityPropertyMappingAttribute.cs
- WindowsSolidBrush.cs
- ItemCheckedEvent.cs
- InterleavedZipPartStream.cs
- CodeMethodReturnStatement.cs
- PropertyRecord.cs
- SqlBulkCopyColumnMappingCollection.cs
- SqlSelectClauseBuilder.cs
- FrameworkContextData.cs
- ManualResetEvent.cs
- DesigntimeLicenseContext.cs
- Event.cs
- RowParagraph.cs
- CacheVirtualItemsEvent.cs
- StateMachineWorkflowDesigner.cs
- MTConfigUtil.cs
- MultipartContentParser.cs
- NativeMethods.cs
- IISMapPath.cs