Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |