AtEndOfLog

This method indicates whether there are any more records available in the log file. It only returns TRUE after an attempt to read past the end of the file.

Syntax

OIISLog.AtEndOfLog()

 

Return Values

Returns TRUE if there are no more records available in the log file for reading. Otherwise, returns FALSE.

Example

Please see the example for OpenLogFile.


© 1997-2001 Microsoft Corporation. All rights reserved.