다음을 통해 공유


QueryAmountTransfered (Windows CE 5.0)

Send Feedback

This function retrieves the number of bytes that have been transferred to and from the server.

HRESULT QueryAmountTransfered(  LARGE_INTEGER* pRead,  LARGE_INTEGER* pWritten);

Parameters

  • pRead
    [in] Total number of bytes read.
  • pWritten
    [in] Total number of bytes written.

Return Values

Returns an HRESULT value.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Smbconfig.h.
Link Library: Smbconfig.lib

See Also

File Server Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.