The FpcSizeUnits enumerated type contains values that specify the size units used in cache rules.
typedef enum FpcSizeUnits { fpcKB
The size unit is a kilobyte (KB).
= 1, fpcMB
The size unit is a megabyte (MB).
= 2, fpcGB
The size unit is a gigabyte (GB).
= 3 } FpcSizeUnits;
The size unit is a kilobyte (KB).
The size unit is a megabyte (MB).
The size unit is a gigabyte (GB).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.