Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Util / hresults.cs / 3 / hresults.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Util {
// Note: FACILITY_URT is defined as 0x13 (0x8013xxxx). Within that
// range, 0x1yyy is for Runtime errors (used for Security, Metadata, etc).
// In that subrange, 0x15zz and 0x16zz have been allocated for classlib-type
// HResults. Also
internal sealed class HResults {
internal const int S_OK = 0;
internal const int E_NOTIMPL = unchecked((int)0x80004001);
internal const int E_POINTER = unchecked((int)0x80004003);
internal const int E_FAIL = unchecked((int)0x80004005);
internal const int E_FILENOTFOUND = unchecked((int)0x80070002);
internal const int E_PATHNOTFOUND = unchecked((int)0x80070003);
internal const int E_ACCESSDENIED = unchecked((int)0x80070005);
internal const int E_INVALID_DATA = unchecked((int)0x8007000D);
internal const int E_OUTOFMEMORY = unchecked((int)0x8007000E);
internal const int E_INVALIDARG = unchecked((int)0x80070057);
internal const int E_INSUFFICIENT_BUFFER = unchecked((int)0x8007007A);
internal const int WSAECONNABORTED = unchecked((int)0x80072745);
internal const int WSAECONNRESET = unchecked((int)0x80072746);
internal const int ERROR_TOO_MANY_CMDS = unchecked((int)0x80070038);
internal const int ERROR_NOT_SUPPORTED = unchecked((int)0x80070032);
private HResults() {}
}
}
// 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
- Int64.cs
- XmlSchemaGroupRef.cs
- LoadedOrUnloadedOperation.cs
- ConfigurationValidatorBase.cs
- ContainerFilterService.cs
- SponsorHelper.cs
- DataMemberConverter.cs
- SQLRoleProvider.cs
- COM2PropertyDescriptor.cs
- ObjectManager.cs
- CultureInfoConverter.cs
- SchemaImporterExtensionElementCollection.cs
- ConcurrencyMode.cs
- UIElement3D.cs
- CompilationLock.cs
- ComponentResourceKeyConverter.cs
- InvalidPrinterException.cs
- Descriptor.cs
- HostProtectionPermission.cs
- SamlAuthorizationDecisionStatement.cs
- EncryptedKeyIdentifierClause.cs
- LeaseManager.cs
- ToolStripControlHost.cs
- FileInfo.cs
- WorkflowHostingEndpoint.cs
- ObjectDataSourceStatusEventArgs.cs
- SchemaAttDef.cs
- TypeConvertions.cs
- AuthenticationService.cs
- RequiredFieldValidator.cs
- _NetRes.cs
- TextRunCacheImp.cs
- ToolCreatedEventArgs.cs
- StoryFragments.cs
- CodeObjectCreateExpression.cs
- TriggerCollection.cs
- CapiNative.cs
- LinqExpressionNormalizer.cs
- CollectionBase.cs
- CombinedGeometry.cs
- DataTableExtensions.cs
- shaperfactory.cs
- RootBuilder.cs
- SmiRequestExecutor.cs
- Column.cs
- GlyphCollection.cs
- ControlCollection.cs
- ProfileModule.cs
- CharAnimationUsingKeyFrames.cs
- Soap12ServerProtocol.cs
- UInt16Converter.cs
- ProcessHost.cs
- BitConverter.cs
- TextDecorationLocationValidation.cs
- CreatingCookieEventArgs.cs
- StateBag.cs
- DataSourceControl.cs
- DbModificationCommandTree.cs
- UserMapPath.cs
- Visitors.cs
- Part.cs
- WebMessageEncoderFactory.cs
- EntityStoreSchemaGenerator.cs
- GroupDescription.cs
- CheckableControlBaseAdapter.cs
- ButtonBase.cs
- SpanIndex.cs
- FreezableDefaultValueFactory.cs
- XmlLangPropertyAttribute.cs
- Matrix3DStack.cs
- ModifierKeysConverter.cs
- TreeViewImageKeyConverter.cs
- ConvertEvent.cs
- EditingCommands.cs
- FastEncoder.cs
- XmlArrayAttribute.cs
- SolidBrush.cs
- PropertyIDSet.cs
- DocumentXmlWriter.cs
- _KerberosClient.cs
- UpdatePanelTriggerCollection.cs
- RegexMatch.cs
- ScalarOps.cs
- HuffModule.cs
- IdentifierCreationService.cs
- StoreItemCollection.cs
- XmlDataLoader.cs
- VideoDrawing.cs
- WebPartDesigner.cs
- PropertyItem.cs
- ByteStream.cs
- ErrorInfoXmlDocument.cs
- CodeVariableReferenceExpression.cs
- FormatVersion.cs
- HtmlInputRadioButton.cs
- EntityModelSchemaGenerator.cs
- VectorAnimation.cs
- DependsOnAttribute.cs
- InternalBufferOverflowException.cs
- GCHandleCookieTable.cs