ILogScripting::ReadLogRecord

This method is used by the caller to retrieve the next log record. All subsequent calls to ILogScripting::Get... methods will be performed on the now-current record.

virtual HRESULT STDMETHODCALLTYPE ReadLogRecord(
);

Parameters

This method has no parameters.

Remarks

The caller should have already called eitherILogScripting::SetInputLogFile or ILogScripting::SetInputServerInstance to initialize the log reading session. If the caller has not called one of these two functions, it is appropriate to return an error.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also