Contattaci: +1-877-99-BOPUP (877-992-6787)

IServerClient::DeclineFile method

Declines incoming file transfer.

HRESULT DeclineFile(     LPSTR lpszTransferKey,     LPDWORD lpdwExtendedCode );

Parameters

lpszTransferKey
[in] Pointer to a null-terminated text buffer that contains a unique transfer key. This key is retrieved from TRANSFER_NOTIFY_FILE_STRUCT structure that is received via NOTIFY_NEW_TRANSFER notification sent in the form of WM_NOTIFY_SERVER message.
lpdwExtendedCode
[out] Pointer to a DWORD variable that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful. Check lpdwExtendedCode variable to get extended information.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check lpdwExtendedCode variable to get extended information on the error.


strong