Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | Status ([out, retval] ReNtClientStatus *peStatus) |
| HRESULT | Status ([in] ReNtClientStatus eStatus) |
| HRESULT | SendQueueBytes ([out, retval] RtDWORD *pdwVal) |
| HRESULT | SendQueueBytes ([in] RtDWORD dwVal) |
| HRESULT | Progress ([out, retval] RtDWORD *pdwVal) |
| HRESULT | Progress ([in] RtDWORD dwVal) |
| HRESULT | ProgressMaxVal ([out, retval] RtDWORD *pdwMaxVal) |
| HRESULT | ProgressMaxVal ([in] RtDWORD dwMaxVal) |
| HRESULT | SplitMsgProgressLo ([out, retval] RtDWORD *pdwVal) |
| HRESULT | SplitMsgProgressLo ([in] RtDWORD dwVal) |
| HRESULT | SplitMsgProgressNr ([out, retval] RtDWORD *pdwVal) |
| HRESULT | SplitMsgProgressNr ([in] RtDWORD dwVal) |
| HRESULT | SplitMsgProgressHi ([out, retval] RtDWORD *pdwVal) |
| HRESULT | SplitMsgProgressHi ([in] RtDWORD dwVal) |
| HRESULT | GetAsText ([out, retval] BSTR *pVal) |
|
|
Clears this data object. |
|
|
Read client's status.
|
|
|
Set client's status.
|
|
|
Read how much bytes is still in send queue.
|
|
|
Write number of bytes that are in send queue.
|
|
|
Read transfer progress number. Use ProgressMaxVal to get the maximum progress value.
|
|
|
Write transfer progress number. Use ProgressMaxVal to set the maximum progress value.
|
|
|
Read the maximum transfer progress number.
|
|
|
Write the maximum transfer progress number.
|
|
|
Read transfer progress number for low priority send queue.
|
|
|
Write transfer progress number for low priority send queue.
|
|
|
Read transfer progress number for normal priority send queue.
|
|
|
Write transfer progress number for normal priority send queue.
|
|
|
Read transfer progress number for high priority send queue.
|
|
|
Write transfer progress number for high priority send queue.
|
|
|
Call this method to interpret IRdNtClientStatus data as a simple string value. It is used for example by Network View to display your current status.
|
1.3.2