Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Interop / CallId.cs / 1305376 / CallId.cs
namespace System.Web.Services.Interop { using System; using System.Threading; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] internal struct CallId { public string szMachine; public int dwPid; public IntPtr userThread; public long addStackPointer; public string szEntryPoint; public string szDestinationMachine; public CallId(string machine, int pid, IntPtr userThread, long stackPtr, string entryPoint, string destMachine) { this.szMachine = machine; this.dwPid = pid; this.userThread = userThread; this.addStackPointer = stackPtr; this.szEntryPoint = entryPoint; this.szDestinationMachine = destMachine; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Services.Interop { using System; using System.Threading; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)] internal struct CallId { public string szMachine; public int dwPid; public IntPtr userThread; public long addStackPointer; public string szEntryPoint; public string szDestinationMachine; public CallId(string machine, int pid, IntPtr userThread, long stackPtr, string entryPoint, string destMachine) { this.szMachine = machine; this.dwPid = pid; this.userThread = userThread; this.addStackPointer = stackPtr; this.szEntryPoint = entryPoint; this.szDestinationMachine = destMachine; } } } // 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
- CellConstant.cs
- GradientBrush.cs
- Literal.cs
- InvalidOleVariantTypeException.cs
- DbProviderServices.cs
- PageBorderless.cs
- ArrayElementGridEntry.cs
- _SslStream.cs
- EpmSourceTree.cs
- TransformerTypeCollection.cs
- OdbcTransaction.cs
- PointAnimationBase.cs
- PropertySegmentSerializer.cs
- ToolStripDropDownMenu.cs
- AssemblyResourceLoader.cs
- CrossSiteScriptingValidation.cs
- brushes.cs
- ReflectionUtil.cs
- SystemIPGlobalStatistics.cs
- DataListItem.cs
- SignatureToken.cs
- LoginCancelEventArgs.cs
- XmlILOptimizerVisitor.cs
- Subset.cs
- DataBinding.cs
- DefaultMergeHelper.cs
- TableColumnCollectionInternal.cs
- AndMessageFilterTable.cs
- DocumentPageView.cs
- ReliableOutputSessionChannel.cs
- DLinqDataModelProvider.cs
- EventDescriptor.cs
- IdentityNotMappedException.cs
- DbParameterHelper.cs
- WebPartConnection.cs
- WorkflowApplicationAbortedEventArgs.cs
- SafeViewOfFileHandle.cs
- MessageDescriptionCollection.cs
- RecordsAffectedEventArgs.cs
- LayoutTableCell.cs
- SiteMapNode.cs
- Crc32.cs
- PingReply.cs
- ObjectQueryState.cs
- FormDesigner.cs
- ActiveXHelper.cs
- connectionpool.cs
- XPathDocument.cs
- BindingListCollectionView.cs
- CurrencyManager.cs
- RectValueSerializer.cs
- DataService.cs
- Metadata.cs
- CodeCommentStatement.cs
- SiteMapDataSourceView.cs
- AspNetSynchronizationContext.cs
- ReturnEventArgs.cs
- PropertyGridEditorPart.cs
- XsltLoader.cs
- ListCollectionView.cs
- SchemaAttDef.cs
- CodeMethodMap.cs
- FormView.cs
- SqlMetaData.cs
- ListView.cs
- EditorBrowsableAttribute.cs
- MethodExecutor.cs
- OracleInfoMessageEventArgs.cs
- XPathSelfQuery.cs
- UIElement3DAutomationPeer.cs
- DecoderExceptionFallback.cs
- OutputCacheSettings.cs
- HMAC.cs
- MimeParameters.cs
- ApplicationHost.cs
- SqlProfileProvider.cs
- OdbcConnectionStringbuilder.cs
- ExtensionDataObject.cs
- DispatcherEventArgs.cs
- BufferAllocator.cs
- SoapHeader.cs
- Directory.cs
- BitmapEffectDrawing.cs
- ICspAsymmetricAlgorithm.cs
- AnnotationComponentChooser.cs
- XmlSchemaComplexType.cs
- DocumentSchemaValidator.cs
- GridViewRowEventArgs.cs
- EventPropertyMap.cs
- LexicalChunk.cs
- EpmContentDeSerializerBase.cs
- ValidationRuleCollection.cs
- DesignerHost.cs
- TypeNameHelper.cs
- HttpCookieCollection.cs
- TimerEventSubscriptionCollection.cs
- PropertyGridEditorPart.cs
- DateTimeFormatInfoScanner.cs
- ApplicationFileParser.cs
- XmlToDatasetMap.cs