Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- PublishLicense.cs
- PropertyKey.cs
- bidPrivateBase.cs
- EntityDataSourceView.cs
- FormsAuthenticationTicket.cs
- MSAAEventDispatcher.cs
- AffineTransform3D.cs
- RequestStatusBarUpdateEventArgs.cs
- SRDisplayNameAttribute.cs
- Pen.cs
- DefaultTraceListener.cs
- FixUpCollection.cs
- CaseKeyBox.ViewModel.cs
- securitycriticaldata.cs
- EnumValidator.cs
- Monitor.cs
- ObjectDataSource.cs
- XmlSchemaComplexContentRestriction.cs
- MatrixCamera.cs
- KeyInfo.cs
- IssuedTokenServiceElement.cs
- SQLBytes.cs
- WebBrowserBase.cs
- StateManagedCollection.cs
- HttpModuleCollection.cs
- RegexMatchCollection.cs
- AnimationLayer.cs
- OutputCacheSettings.cs
- ClientOptions.cs
- GridViewActionList.cs
- XmlRawWriterWrapper.cs
- VectorAnimationBase.cs
- TypeReference.cs
- RemoteCryptoDecryptRequest.cs
- IDReferencePropertyAttribute.cs
- CompilerCollection.cs
- DBDataPermission.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- FullTextLine.cs
- EntityException.cs
- WebPartEditorOkVerb.cs
- SafeBitVector32.cs
- ConstraintEnumerator.cs
- DataGridViewCellMouseEventArgs.cs
- WebConfigurationFileMap.cs
- DataError.cs
- EmptyEnumerator.cs
- ServicesUtilities.cs
- Soap12ServerProtocol.cs
- QueueProcessor.cs
- DbInsertCommandTree.cs
- TemplateBuilder.cs
- Size3D.cs
- ImageListStreamer.cs
- EventSinkHelperWriter.cs
- TextEditorCharacters.cs
- MsmqActivation.cs
- SqlConnectionManager.cs
- ButtonChrome.cs
- QueryPrefixOp.cs
- UriSchemeKeyedCollection.cs
- AccessText.cs
- RegexBoyerMoore.cs
- InfoCardTraceRecord.cs
- PassportPrincipal.cs
- ItemCheckEvent.cs
- TextSpan.cs
- RuntimeDelegateArgument.cs
- BasicKeyConstraint.cs
- CodeLabeledStatement.cs
- IndexingContentUnit.cs
- TraceUtils.cs
- Pair.cs
- SupportingTokenBindingElement.cs
- PolyBezierSegment.cs
- BitmapImage.cs
- RelationshipConstraintValidator.cs
- InfoCardService.cs
- InfoCardCryptoHelper.cs
- AppDomainShutdownMonitor.cs
- SqlRowUpdatingEvent.cs
- WorkflowIdleBehavior.cs
- TypeName.cs
- PropertyEmitterBase.cs
- AnnotationResourceCollection.cs
- CanExecuteRoutedEventArgs.cs
- RawStylusInputCustomDataList.cs
- WebBrowserNavigatedEventHandler.cs
- CodeFieldReferenceExpression.cs
- Table.cs
- RegexCaptureCollection.cs
- HMACMD5.cs
- Journaling.cs
- PagePropertiesChangingEventArgs.cs
- DoubleCollection.cs
- contentDescriptor.cs
- GPRECT.cs
- ToolboxItemFilterAttribute.cs
- TypeConverterHelper.cs
- CqlLexerHelpers.cs