Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors