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
- BufferedResponseStream.cs
- ProcessModelInfo.cs
- PropertyIDSet.cs
- CalendarDay.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Highlights.cs
- UserPersonalizationStateInfo.cs
- BrowserCapabilitiesCompiler.cs
- Msec.cs
- Win32PrintDialog.cs
- TreeView.cs
- DatatypeImplementation.cs
- Soap.cs
- ParserStreamGeometryContext.cs
- FieldTemplateUserControl.cs
- XmlSerializableWriter.cs
- ConstraintCollection.cs
- Vector3DCollection.cs
- DoubleUtil.cs
- StatementContext.cs
- CollectionEditorDialog.cs
- AutomationIdentifier.cs
- WizardDesigner.cs
- ReliableChannelListener.cs
- XamlSerializerUtil.cs
- PassportPrincipal.cs
- GlyphRunDrawing.cs
- RegisteredDisposeScript.cs
- FilterElement.cs
- DocumentAutomationPeer.cs
- ByteAnimation.cs
- BamlRecordHelper.cs
- ObjectQueryProvider.cs
- GestureRecognizer.cs
- Table.cs
- CallSite.cs
- DefaultPropertyAttribute.cs
- DataGridViewColumnConverter.cs
- ToolboxItemWrapper.cs
- ProgressBarAutomationPeer.cs
- ForwardPositionQuery.cs
- MimeFormImporter.cs
- TableDetailsRow.cs
- DataGridViewColumn.cs
- ErrorFormatterPage.cs
- XhtmlBasicLinkAdapter.cs
- QueryStringParameter.cs
- JsonXmlDataContract.cs
- DataGridViewAdvancedBorderStyle.cs
- ProbeMatchesMessage11.cs
- SamlAudienceRestrictionCondition.cs
- PatternMatcher.cs
- TreeViewBindingsEditorForm.cs
- IISUnsafeMethods.cs
- ConfigurationSchemaErrors.cs
- regiisutil.cs
- HttpCacheVary.cs
- DecoderReplacementFallback.cs
- TemplateLookupAction.cs
- DataSourceConverter.cs
- TraceSwitch.cs
- CookieParameter.cs
- StringTraceRecord.cs
- XmlSchemaComplexContentRestriction.cs
- Common.cs
- ActivitySurrogateSelector.cs
- FlowLayoutSettings.cs
- EventTrigger.cs
- ColumnResizeUndoUnit.cs
- HMACSHA256.cs
- SerTrace.cs
- RenderingEventArgs.cs
- LongAverageAggregationOperator.cs
- ChannelPoolSettings.cs
- DataGridViewRowsRemovedEventArgs.cs
- MimeXmlImporter.cs
- RelationshipNavigation.cs
- SecurityElement.cs
- TypeInitializationException.cs
- CroppedBitmap.cs
- RepeatBehaviorConverter.cs
- DrawListViewColumnHeaderEventArgs.cs
- ScrollChrome.cs
- TabItem.cs
- StrongNameSignatureInformation.cs
- LoginDesignerUtil.cs
- documentation.cs
- ColumnBinding.cs
- ThrowHelper.cs
- ThaiBuddhistCalendar.cs
- SchemaLookupTable.cs
- VisualStateChangedEventArgs.cs
- RectangleGeometry.cs
- ToolBarButton.cs
- InheritanceService.cs
- TabControlCancelEvent.cs
- SymbolDocumentGenerator.cs
- _AcceptOverlappedAsyncResult.cs
- XmlDownloadManager.cs
- EmptyStringExpandableObjectConverter.cs