IInetLogInformation::GetBytesSent

The IInetLogInformation::GetBytesSent method retrieves the number of bytes sent by the server to the client.

virtual DWORD STDMETHODCALLTYPE GetBytesSent( VOID );
Remarks

Logging modules should query for this method if a server instance has set the MD_EXTLOG_BYTES_SENT flag of the MD_LOGEXT_FIELD_MASK metabase identifier.

See Also

LogExtFileBytesSent, MD_LOGEXT_FIELD_MASK


© 1997 by Microsoft Corporation. All rights reserved.