QueryAmountTransfered (Windows Embedded CE 6.0)
1/6/2010
This function retrieves the number of bytes that have been transferred to and from the server.
Syntax
HRESULT QueryAmountTransfered(
LARGE_INTEGER* pRead,
LARGE_INTEGER* pWritten
);
Parameters
- pRead
[in] Total number of bytes read.
- pWritten
[in] Total number of bytes written.
Return Value
Returns an HRESULT value.
Requirements
Header | smbconfig.h |
Library | Smbconfig.lib |
Windows Embedded CE | Windows CE 5.0 and later |