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

NOTIFY_FILE_STATUS notification

Notifies the IM client application on a status of currently transmitting file transfer including amount of sent/received data and current progress. This notification is sent continiously while the file transfer process occurs. NOTIFY_FILE_STATUS is sent in the form of a WM_NOTIFY_SERVER message.

NOTIFY_FILE_STATUS     lpNotifyFileStatusStruct = (NOTIFY_FILE_STATUS_STRUCT *) lParam;

Parameters

lpNotifyFileStatusStruct
Pointer to a NOTIFY_FILE_STATUS_STRUCT structure that contains information on a status of the file transfer.

Return Value

The return value is ignored.