Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Interop / UserThread.cs / 1305376 / UserThread.cs
namespace System.Web.Services.Interop { using System; using System.Threading; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] internal class UserThread { internal int pSidBuffer; // byte * to buffer of size dwSidLen. internal int dwSidLen; internal int dwTid; internal UserThread() { pSidBuffer = 0; dwSidLen = 0; dwTid = 0; } public override bool Equals(object obj) { if (! (obj is UserThread)) { return false; } UserThread ut = (UserThread) obj; if (ut.dwTid == this.dwTid && ut.pSidBuffer == this.pSidBuffer && ut.dwSidLen == this.dwSidLen) { return true; } return false; } public override int GetHashCode() { return base.GetHashCode(); } } } // 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
- GB18030Encoding.cs
- PageEventArgs.cs
- ContentPosition.cs
- Command.cs
- MessageVersion.cs
- ArraySet.cs
- SuppressMessageAttribute.cs
- RectAnimation.cs
- SignatureHelper.cs
- PeerApplicationLaunchInfo.cs
- XmlLoader.cs
- XmlDigitalSignatureProcessor.cs
- ServicesSection.cs
- UserThread.cs
- ColorContext.cs
- UIntPtr.cs
- OleStrCAMarshaler.cs
- DataGridViewTextBoxEditingControl.cs
- DataRecordObjectView.cs
- DBNull.cs
- DeviceSpecific.cs
- InvalidBodyAccessException.cs
- Table.cs
- ToolStripDropDownClosingEventArgs.cs
- ObjRef.cs
- SpecialNameAttribute.cs
- KeyGestureConverter.cs
- RemotingException.cs
- ScrollPattern.cs
- ToolboxDataAttribute.cs
- Binding.cs
- WebScriptServiceHostFactory.cs
- HandlerBase.cs
- DataGridSortCommandEventArgs.cs
- TerminatorSinks.cs
- CollaborationHelperFunctions.cs
- UserNameSecurityTokenProvider.cs
- CookieHandler.cs
- TextTreeExtractElementUndoUnit.cs
- ImageKeyConverter.cs
- StorageSetMapping.cs
- CannotUnloadAppDomainException.cs
- AmbientLight.cs
- DynamicQueryableWrapper.cs
- ExceptionUtil.cs
- ModifiableIteratorCollection.cs
- Triplet.cs
- ListBoxItemAutomationPeer.cs
- CombinedGeometry.cs
- SecurityTokenTypes.cs
- GenericWebPart.cs
- printdlgexmarshaler.cs
- ValueProviderWrapper.cs
- CollectionEditor.cs
- NavigationProperty.cs
- PageRanges.cs
- COM2IPerPropertyBrowsingHandler.cs
- RtfToken.cs
- ConnectionConsumerAttribute.cs
- ApplicationServiceManager.cs
- XamlContextStack.cs
- ExpressionBindingCollection.cs
- EntryIndex.cs
- XamlFigureLengthSerializer.cs
- SqlErrorCollection.cs
- DataObjectCopyingEventArgs.cs
- HttpModulesInstallComponent.cs
- OperationContext.cs
- DataBoundControlAdapter.cs
- Size3DValueSerializer.cs
- SiteIdentityPermission.cs
- ListViewGroupItemCollection.cs
- BaseProcessProtocolHandler.cs
- UnknownBitmapDecoder.cs
- XmlSchemaAttribute.cs
- ADMembershipUser.cs
- TextDpi.cs
- ActionItem.cs
- TreeNodeCollection.cs
- Verify.cs
- DrawingCollection.cs
- DrawingCollection.cs
- FontFaceLayoutInfo.cs
- CultureInfo.cs
- TemplatingOptionsDialog.cs
- FirstMatchCodeGroup.cs
- ExitEventArgs.cs
- OrderPreservingPipeliningSpoolingTask.cs
- validation.cs
- safesecurityhelperavalon.cs
- HtmlEmptyTagControlBuilder.cs
- OperatorExpressions.cs
- BufferedGraphicsManager.cs
- TimelineClockCollection.cs
- TreeViewImageIndexConverter.cs
- SHA1CryptoServiceProvider.cs
- CodeRegionDirective.cs
- ConnectionStringsExpressionBuilder.cs
- ToolStripDropDownItem.cs
- QuaternionAnimation.cs