QueryAmountTransfered (Windows CE 5.0)
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