Requester interface events (callbacks). Implement this interface to recireve events from the IDCXREQ Interface. More...
Public Member Functions | |
| HRESULT | OnFileSent (VARIANT_BOOL succeeded, BSTR filename) |
| Called by Send after sending each file. More... | |
| HRESULT | OnQueryResponseRecieved (IDCXOBJ *obj) |
| Called by Query after recieving a query result. More... | |
| HRESULT | OnMoveResponseRecieved (VARIANT_BOOL succeeded) |
| Called by all the Move methods whenever a C-MOVE response is recieved. More... | |
| HRESULT | OnMoveResponseRecievedEx (unsigned short status, unsigned short remaining, unsigned short completed, unsigned short failed, unsigned short warning) |
| HRESULT | OnGetResponseRecieved (unsigned short status, unsigned short remaining, unsigned short completed, unsigned short failed, unsigned short warning) |
| HRESULT | OnStoreSetup (BSTR *filename) |
| HRESULT | OnStoreDone (BSTR filename, VARIANT_BOOL storage_status, VARIANT_BOOL *accept_storage) |
| Called by accept when file storage is done This can be used to rename/move the file based on its content. More... | |
Requester interface events (callbacks). Implement this interface to recireve events from the IDCXREQ Interface.