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
- RowParagraph.cs
- ContractListAdapter.cs
- TreeBuilderXamlTranslator.cs
- PopOutPanel.cs
- mongolianshape.cs
- SplitContainer.cs
- MetadataItemSerializer.cs
- DecoderBestFitFallback.cs
- DesigntimeLicenseContextSerializer.cs
- InternalPolicyElement.cs
- Axis.cs
- ViewBox.cs
- PropertyOrder.cs
- WebMessageBodyStyleHelper.cs
- Privilege.cs
- PrintPreviewControl.cs
- CompositeCollection.cs
- SqlDataSourceFilteringEventArgs.cs
- TreeChangeInfo.cs
- ControlPropertyNameConverter.cs
- CodeMemberProperty.cs
- TableSectionStyle.cs
- ConsumerConnectionPoint.cs
- Transactions.cs
- AsyncOperationManager.cs
- RectangleHotSpot.cs
- StorageInfo.cs
- WmlTextViewAdapter.cs
- documentsequencetextcontainer.cs
- VisualStyleRenderer.cs
- SingleResultAttribute.cs
- FunctionParameter.cs
- ObjectView.cs
- InternalsVisibleToAttribute.cs
- MouseGesture.cs
- ReadOnlyNameValueCollection.cs
- SettingsContext.cs
- CallContext.cs
- ClientScriptManager.cs
- FloaterBaseParagraph.cs
- HttpWebRequest.cs
- DefaultMemberAttribute.cs
- AtomicFile.cs
- ListItemsCollectionEditor.cs
- Transactions.cs
- WmlCalendarAdapter.cs
- GenericUriParser.cs
- TextMetrics.cs
- Version.cs
- QuaternionRotation3D.cs
- CompiledQueryCacheEntry.cs
- TableLayoutStyleCollection.cs
- PersonalizationProvider.cs
- TransportSecurityProtocolFactory.cs
- UseAttributeSetsAction.cs
- Expression.cs
- ApplicationTrust.cs
- NavigationService.cs
- Math.cs
- Decorator.cs
- CreateUserWizardDesigner.cs
- TraceSource.cs
- X509ScopedServiceCertificateElementCollection.cs
- IDataContractSurrogate.cs
- PackageStore.cs
- X509CertificateValidator.cs
- SQLUtility.cs
- Canvas.cs
- XPathNodeHelper.cs
- SqlTriggerAttribute.cs
- NotifyCollectionChangedEventArgs.cs
- SecureStringHasher.cs
- EventMetadata.cs
- InternalConfigHost.cs
- OperationFormatUse.cs
- ClientConvert.cs
- ExpressionBuilderCollection.cs
- DbDataRecord.cs
- WebPermission.cs
- URIFormatException.cs
- WpfXamlType.cs
- EntityParameterCollection.cs
- DBConcurrencyException.cs
- InheritablePropertyChangeInfo.cs
- WebPartDisplayModeEventArgs.cs
- SendActivityDesigner.cs
- ListBindableAttribute.cs
- FontFamily.cs
- IIS7WorkerRequest.cs
- Helpers.cs
- FontStyle.cs
- NetworkStream.cs
- WebPartPersonalization.cs
- Polyline.cs
- SchemaNames.cs
- MessageLoggingElement.cs
- BindStream.cs
- Helper.cs
- ProxyHelper.cs
- PartDesigner.cs