IInetLogInformation::GetBytesRecvd

The IInetLogInformation::GetBytesRecvd method retrieves the number of bytes received by the server from the client.

virtual DWORD STDMETHODCALLTYPE GetBytesRecvd( VOID );
Remarks

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

See Also

LogExtFileBytesRecv, MD_LOGEXT_FIELD_MASK


© 1997 by Microsoft Corporation. All rights reserved.