Microsoft Internet Security and Acceleration Server 2004 SDK

CacheInfo Property of IFPCLogEntry[C++]

FPCLogEntry.CacheInfo [Visual Basic]

[C++]

The CacheInfo property gets the cache status of the object, which indicates why the object was or was not cached.

HRESULT get_CacheInfo(
  Long* plCacheInfo
);

Parameters

plCacheInfo
Pointer to a variable that on return receives a 32-bit integer specifying the cache status of the object.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

For a table of some possible values, see Cache Information Values.

[Visual Basic]

The CacheInfo property gets the cache status of the object, which indicates why the object was or was not cached.

Property CacheInfo As Long

Property Value

A 32-bit integer that specifies the cache status of the object.

Remarks

This property is read-only.

For a table of some possible values, see Cache Information Values.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCLogEntry