FpcSizeUnits Enumeration

The FpcSizeUnits enumerated type contains values that specify the size units used in cache rules.

Syntax

typedef enum FpcSizeUnits {
  fpcKB
fpcKB

The size unit is a kilobyte (KB).

   = 1,
  fpcMB
fpcMB

The size unit is a megabyte (MB).

   = 2,
  fpcGB
fpcGB

The size unit is a gigabyte (GB).

   = 3
} FpcSizeUnits;

Constants

fpcKB

The size unit is a kilobyte (KB).

fpcMB

The size unit is a megabyte (MB).

fpcGB

The size unit is a gigabyte (GB).

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.