FpcFastTricklingMode Enumeration

The FpcFastTricklingMode enumerated type contains values that specify the tradeoff between user experience and performance for fast trickling.

Syntax

typedef enum FpcFastTricklingMode {
  fpcBestUserExperinceLowPerformance
fpcBestUserExperinceLowPerformance

Fast trickling is carried out with the best user experience at the expense of performance.

		 = 0,
  fpcGoodUserExperienceModeratePerformance
fpcGoodUserExperienceModeratePerformance

Fast trickling is carried out with a good user experience and moderate performance.

   = 1,
  fpcModerateUserExperienceGoodPerformance
fpcModerateUserExperienceGoodPerformance

Fast trickling is carried out with a moderate user experience and good performance.

   = 2,
  fpcPoorUserExperienceBestPerformance
fpcPoorUserExperienceBestPerformance

Fast trickling is carried out with the best performance at the expense of user experience.

	 = 3
} FpcFastTricklingMode;

Constants

fpcBestUserExperinceLowPerformance

Fast trickling is carried out with the best user experience at the expense of performance.

fpcGoodUserExperienceModeratePerformance

Fast trickling is carried out with a good user experience and moderate performance.

fpcModerateUserExperienceGoodPerformance

Fast trickling is carried out with a moderate user experience and good performance.

fpcPoorUserExperienceBestPerformance

Fast trickling is carried out with the best performance at the expense of user experience.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.