FpcPreventCachingComputerType Enumeration

Contains values that specify the types of client computers for which Forefront TMG will include a cache.

Syntax

typedef enum  {
  fpcPreventCachingOnPublicAndTrustedComputers
fpcPreventCachingOnPublicAndTrustedComputers

Caching will be prevented on all client computers.

   = 0,
  fpcPreventCachingOnPublicComputers
fpcPreventCachingOnPublicComputers

Caching will be prevented on public client computers.

			 = 1,
  fpcPreventCachingOnNoClientComputers
fpcPreventCachingOnNoClientComputers

Caching will not be prevented on any client computers.

		 = 2
} FpcPreventCachingComputerType;

Constants

fpcPreventCachingOnPublicAndTrustedComputers

Caching will be prevented on all client computers.

fpcPreventCachingOnPublicComputers

Caching will be prevented on public client computers.

fpcPreventCachingOnNoClientComputers

Caching will not be prevented on any client computers.

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.