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 / Util / hresults.cs / 1 / 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 note that some of our HResults have to map to certain
// COM HR's, etc.
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.
//
//-----------------------------------------------------------------------------
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 note that some of our HResults have to map to certain
// COM HR's, etc.
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedSOMTable.cs
- ImageFormat.cs
- ItemPager.cs
- Vector3DKeyFrameCollection.cs
- EventLevel.cs
- ByteStack.cs
- WindowHideOrCloseTracker.cs
- RoleManagerSection.cs
- CookieProtection.cs
- ControlBindingsCollection.cs
- Schedule.cs
- TextShapeableCharacters.cs
- CallTemplateAction.cs
- DetailsViewUpdatedEventArgs.cs
- WaitForChangedResult.cs
- XmlSiteMapProvider.cs
- BitmapDecoder.cs
- connectionpool.cs
- ServiceTimeoutsBehavior.cs
- MethodBody.cs
- BitmapCache.cs
- WebPartAddingEventArgs.cs
- ToolStripItemClickedEventArgs.cs
- TextEffectCollection.cs
- DoubleAnimation.cs
- SplineQuaternionKeyFrame.cs
- ToolStripHighContrastRenderer.cs
- SafeThreadHandle.cs
- XmlResolver.cs
- TypeConverterHelper.cs
- LinearQuaternionKeyFrame.cs
- WindowsSolidBrush.cs
- CallContext.cs
- RtfFormatStack.cs
- ProfessionalColors.cs
- M3DUtil.cs
- CodeBlockBuilder.cs
- WebPartVerbsEventArgs.cs
- RepeatBehaviorConverter.cs
- Line.cs
- ServiceObjectContainer.cs
- Normalization.cs
- PeerNearMe.cs
- XsdBuildProvider.cs
- XmlFormatWriterGenerator.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- ProvidePropertyAttribute.cs
- ProviderConnectionPoint.cs
- UnmanagedMemoryStreamWrapper.cs
- DifferencingCollection.cs
- SectionRecord.cs
- ObjectCacheHost.cs
- WS2007HttpBindingElement.cs
- ReadOnlyObservableCollection.cs
- ListCommandEventArgs.cs
- DataKeyArray.cs
- SafeNativeMethods.cs
- CodeExpressionCollection.cs
- PeerEndPoint.cs
- ValidatingReaderNodeData.cs
- FeedUtils.cs
- ObjectListItem.cs
- FramingChannels.cs
- AutomationPeer.cs
- AsyncResult.cs
- SqlTopReducer.cs
- EventLogPermission.cs
- ListViewGroupItemCollection.cs
- SchemaInfo.cs
- RoutedUICommand.cs
- ComNativeDescriptor.cs
- DashStyle.cs
- RangeValuePatternIdentifiers.cs
- RenderCapability.cs
- CharacterString.cs
- SchemeSettingElement.cs
- Button.cs
- RealizationDrawingContextWalker.cs
- NativeRecognizer.cs
- ProgressiveCrcCalculatingStream.cs
- Helper.cs
- XmlDeclaration.cs
- StrokeCollectionDefaultValueFactory.cs
- FullTextState.cs
- XPathDocumentBuilder.cs
- FaultImportOptions.cs
- rsa.cs
- DataSourceGeneratorException.cs
- IDQuery.cs
- Menu.cs
- ManagementOperationWatcher.cs
- FieldNameLookup.cs
- FixedDocumentPaginator.cs
- handlecollector.cs
- ManagedFilter.cs
- Span.cs
- LocalTransaction.cs
- ToolBarButtonDesigner.cs
- Operators.cs
- InkCanvasAutomationPeer.cs