Rufen Sie uns an: +1-877-99-BOPUP

NOTIFY_NEW_TRANSFER notification

Notifies the IM client application on a new incoming file transfer request. The application should process the request and receive the data using IServerClient::ReceiveFile or decline it by calling IServerClient::DeclineFile method. NOTIFY_NEW_TRANSFER is sent in the form of a WM_NOTIFY_SERVER message.

NOTIFY_NEW_TRANSFER     lpTransferNotifyFIleStruct = (TRANSFER_NOTIFY_FILE_STRUCT *) lParam;

Parameters

lpTransferNotifyFileStruct
Pointer to a TRANSFER_NOTIFY_FILE_STRUCT structure that contains information on the file transfer.

Return Value

The return value is ignored.