FpcUrlCategorizationReason Enumeration

The FpcUrlCategorizationReason enumerated type contains values that indicate the data used to categorize a URL or the reason why it could not be categorized.

Syntax

typedef enum  {
  fpcUrlCategorizationReasonNone                        = 0,
  fpcUrlCategorizationFromOverrides                     = 1,
  fpcUrlCategorizationFromCache                         = 2,
  fpcUrlCategorizationFromWebService                    = 3,
  fpcUrlCategorizationFailedUrlFilteringDisabled        = 4,
  fpcUrlCategorizationFailedUrlNotInDatabase            = 5,
  fpcUrlCategorizationFailedWebServiceConnectionError   = 6,
  fpcUrlCategorizationFailedWebServiceDown              = 7
} FpcUrlCategorizationReason;

Constants

  • fpcUrlCategorizationReasonNone
    Not categorized. No attempt was made to categorize the URL.

  • fpcUrlCategorizationFromOverrides
    The URL was categorized based on user-defined overrides.

  • fpcUrlCategorizationFromCache
    The URL was categorized based on the cached result of a previous query to the Microsoft Reputation Service (MRS).

  • fpcUrlCategorizationFromWebService
    The categorizer had to issue a Web service request to get the category for this URL.

  • fpcUrlCategorizationFailedUrlFilteringDisabled
    The URL could not be categorized because URL filtering is disabled.

  • fpcUrlCategorizationFailedUrlNotInDatabase
    There is no information available regarding the category of the URL.

  • fpcUrlCategorizationFailedWebServiceConnectionError
    The URL could not be categorized because of an error that occurred in connecting to the Microsoft Reputation Service (MRS).

  • fpcUrlCategorizationFailedWebServiceDown
    The URL could not be categorized because the Microsoft Reputation Service (MRS) is down.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

FpcUrlCategory
Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010