Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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() { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TaskbarItemInfo.cs
- ToolBarOverflowPanel.cs
- BrowserCapabilitiesFactoryBase.cs
- SecureUICommand.cs
- DelegatingMessage.cs
- EmbeddedMailObjectCollectionEditor.cs
- UrlMappingsModule.cs
- RoleManagerSection.cs
- TypeConverterAttribute.cs
- BaseCodeDomTreeGenerator.cs
- DataGridCommandEventArgs.cs
- MachineKeyConverter.cs
- RtfToXamlLexer.cs
- DeclaredTypeElement.cs
- SafeNativeMethods.cs
- MonthCalendar.cs
- SamlDelegatingWriter.cs
- NodeFunctions.cs
- WebHttpSecurityElement.cs
- RoleManagerSection.cs
- TemplateKey.cs
- TemplateLookupAction.cs
- CfgArc.cs
- OptimisticConcurrencyException.cs
- FacetValues.cs
- ConnectionPoint.cs
- TakeOrSkipQueryOperator.cs
- FactorySettingsElement.cs
- EntityContainer.cs
- HandoffBehavior.cs
- EmptyQuery.cs
- SqlReferenceCollection.cs
- CompilationLock.cs
- DocumentSequence.cs
- EntityDataSourceQueryBuilder.cs
- NegotiateStream.cs
- TextDpi.cs
- InvalidMessageContractException.cs
- SchemaAttDef.cs
- ValidationPropertyAttribute.cs
- ChangeInterceptorAttribute.cs
- PartialCachingControl.cs
- ResourceKey.cs
- Message.cs
- CodeDelegateCreateExpression.cs
- AsyncOperationManager.cs
- TimeSpanValidatorAttribute.cs
- DefaultEventAttribute.cs
- PostBackTrigger.cs
- XamlGridLengthSerializer.cs
- HierarchicalDataSourceControl.cs
- dtdvalidator.cs
- ObjectDataSourceDisposingEventArgs.cs
- MultiPageTextView.cs
- DBCommand.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- HtmlEncodedRawTextWriter.cs
- ScaleTransform.cs
- Storyboard.cs
- CacheVirtualItemsEvent.cs
- StandardToolWindows.cs
- EntityCommand.cs
- TimelineGroup.cs
- IdentifierCreationService.cs
- ProxyWebPartManagerDesigner.cs
- OleDbPermission.cs
- Image.cs
- DataGridRowAutomationPeer.cs
- ObjectDataSource.cs
- PersonalizablePropertyEntry.cs
- CollectionsUtil.cs
- TypeContext.cs
- ToolStripLabel.cs
- BamlStream.cs
- ServiceDeploymentInfo.cs
- Object.cs
- IOException.cs
- SpnegoTokenProvider.cs
- OverflowException.cs
- ServiceDurableInstance.cs
- OdbcConnectionFactory.cs
- XamlStream.cs
- PrivilegeNotHeldException.cs
- Size.cs
- MarkedHighlightComponent.cs
- ObjectItemCollection.cs
- RoutedEvent.cs
- DBSqlParserColumn.cs
- SystemUdpStatistics.cs
- _ListenerAsyncResult.cs
- Span.cs
- XmlSerializableWriter.cs
- TypeConverterValueSerializer.cs
- BoundColumn.cs
- RewritingSimplifier.cs
- StorageModelBuildProvider.cs
- PropertyBuilder.cs
- DataBinding.cs
- ListControlConvertEventArgs.cs
- BamlStream.cs