FPCLogs.Item Method
Retrieves the given FPCLog
object from the collection. This can be the Web proxy log, the
Firewall service log, or the packet filters log.
VBScript Syntax[VBScript]
[ vItem = ] FPCLogs.Item( LoggingComponents )
C++ Syntax[C++]
HRESULT Item(
FpcLoggingComponents LoggingComponents,
IFPCLog **pvItem
);
Parameters
- LoggingComponents
- A value from the FpcLoggingComponents enumerated
type.
Return Values
- vItem
- If successful, returns the FPCLog object specified by
the LoggingComponents parameter; otherwise:
- In C++, returns an error code and a null object.
- In scripting languages and in Visual Basic, an error is raised
and can be intercepted by using an error handler.
Applies To
FPCLogs