Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. //------------------------------------------------------------------------------ //// 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
- RealizationContext.cs
- ScrollViewerAutomationPeer.cs
- DataSourceView.cs
- ReachSerializer.cs
- DesignerToolStripControlHost.cs
- RolePrincipal.cs
- WarningException.cs
- GrammarBuilderRuleRef.cs
- SmiMetaData.cs
- DataPagerField.cs
- NavigationProgressEventArgs.cs
- HistoryEventArgs.cs
- BufferedGraphics.cs
- HttpModulesSection.cs
- MergeExecutor.cs
- HyperLink.cs
- RSAPKCS1SignatureDeformatter.cs
- ProcessInfo.cs
- TimeStampChecker.cs
- AlternateViewCollection.cs
- XmlWrappingReader.cs
- ParentQuery.cs
- xsdvalidator.cs
- NavigationWindow.cs
- ScrollItemProviderWrapper.cs
- CompositeFontParser.cs
- Native.cs
- COM2Enum.cs
- ListViewGroup.cs
- Enum.cs
- TypeDependencyAttribute.cs
- SqlDataAdapter.cs
- SessionEndingEventArgs.cs
- OneToOneMappingSerializer.cs
- CorePropertiesFilter.cs
- RelationshipEnd.cs
- RadioButton.cs
- HttpServerUtilityBase.cs
- SqlXmlStorage.cs
- SchemaDeclBase.cs
- ClonableStack.cs
- EnlistmentState.cs
- ParserExtension.cs
- ExpressionBuilderCollection.cs
- VirtualPath.cs
- MaskedTextProvider.cs
- WCFServiceClientProxyGenerator.cs
- BezierSegment.cs
- WebPartCatalogCloseVerb.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TableItemProviderWrapper.cs
- PersistenceMetadataNamespace.cs
- ServiceMoniker.cs
- WindowCollection.cs
- SspiWrapper.cs
- SafeCryptHandles.cs
- CodeDomLocalizationProvider.cs
- CodeFieldReferenceExpression.cs
- ConfigurationStrings.cs
- CodeNamespace.cs
- NavigationWindowAutomationPeer.cs
- XmlQueryTypeFactory.cs
- InputReport.cs
- XPathBuilder.cs
- ColumnTypeConverter.cs
- BulletedListDesigner.cs
- SoapClientMessage.cs
- ManagementEventWatcher.cs
- MatchingStyle.cs
- Empty.cs
- SspiNegotiationTokenAuthenticator.cs
- RectangleConverter.cs
- TextContainer.cs
- BooleanAnimationUsingKeyFrames.cs
- AppDomainAttributes.cs
- XmlStringTable.cs
- ObjectItemLoadingSessionData.cs
- ProvidersHelper.cs
- TagElement.cs
- WizardForm.cs
- MarshalDirectiveException.cs
- ECDsaCng.cs
- VisualStyleRenderer.cs
- PointCollectionConverter.cs
- PageContentCollection.cs
- ExpressionConverter.cs
- FirstMatchCodeGroup.cs
- StringReader.cs
- FacetValues.cs
- PolicyLevel.cs
- CaseStatementProjectedSlot.cs
- StringReader.cs
- HttpVersion.cs
- HashFinalRequest.cs
- EraserBehavior.cs
- EditorZoneBase.cs
- InstanceKey.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- WsatAdminException.cs
- COM2PropertyDescriptor.cs