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
- TiffBitmapEncoder.cs
- RawStylusActions.cs
- DialogWindow.cs
- SmiConnection.cs
- ErrorFormatterPage.cs
- SqlPersonalizationProvider.cs
- CustomAttributeFormatException.cs
- DataComponentGenerator.cs
- SspiHelper.cs
- IfAction.cs
- BitmapSource.cs
- DBCSCodePageEncoding.cs
- TableRowCollection.cs
- RecognizerStateChangedEventArgs.cs
- PrintDocument.cs
- BrushConverter.cs
- AnnotationService.cs
- DeviceOverridableAttribute.cs
- ChannelCacheDefaults.cs
- StyleSheetComponentEditor.cs
- GacUtil.cs
- EncryptedType.cs
- DynamicRenderer.cs
- CurrencyWrapper.cs
- TabPage.cs
- PlanCompiler.cs
- FormsAuthentication.cs
- ProxyFragment.cs
- PositiveTimeSpanValidator.cs
- EnvelopedSignatureTransform.cs
- RequiredAttributeAttribute.cs
- DataGridParentRows.cs
- InvokerUtil.cs
- Tuple.cs
- RTLAwareMessageBox.cs
- BackStopAuthenticationModule.cs
- RandomNumberGenerator.cs
- StylusDevice.cs
- DefaultBindingPropertyAttribute.cs
- XamlFrame.cs
- DataTableMappingCollection.cs
- TabletCollection.cs
- TcpAppDomainProtocolHandler.cs
- EntityDesignerUtils.cs
- ConfigXmlText.cs
- FrameworkElement.cs
- TypeGenericEnumerableViewSchema.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- Expression.cs
- XmlSchemaSequence.cs
- ChangeNode.cs
- ParseNumbers.cs
- PriorityChain.cs
- EntityCommandDefinition.cs
- SmiEventSink.cs
- Wildcard.cs
- SqlFacetAttribute.cs
- CryptoApi.cs
- ReadWriteSpinLock.cs
- PersonalizationProviderCollection.cs
- X509SecurityToken.cs
- Vector3dCollection.cs
- ModifierKeysValueSerializer.cs
- XappLauncher.cs
- HashSetDebugView.cs
- ForceCopyBuildProvider.cs
- InkCanvas.cs
- SubtreeProcessor.cs
- KeyMatchBuilder.cs
- RemoteArgument.cs
- XmlILTrace.cs
- DataTableTypeConverter.cs
- SqlDataSourceView.cs
- HostingEnvironment.cs
- ConstraintCollection.cs
- TableRowCollection.cs
- ServiceModelInstallComponent.cs
- SelectedGridItemChangedEvent.cs
- WeakReadOnlyCollection.cs
- ObjectFullSpanRewriter.cs
- RoleManagerModule.cs
- TextPenaltyModule.cs
- TypeContext.cs
- UIElement3D.cs
- OleDbFactory.cs
- DataListItemEventArgs.cs
- ExpressionBindingCollection.cs
- RegisteredHiddenField.cs
- COM2EnumConverter.cs
- ShapeTypeface.cs
- ObjectQuery.cs
- SourceElementsCollection.cs
- UInt32Converter.cs
- DefaultShape.cs
- WebDisplayNameAttribute.cs
- MatrixConverter.cs
- XmlSchemaCollection.cs
- UnicodeEncoding.cs
- RequiredFieldValidator.cs
- XsdDuration.cs