Microsoft Internet Security and Acceleration Server 2004 SDK

FpcSizeUnits

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

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

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types