INmChannelFtNotify::FtUpdate

The NetMeeting 3 run time calls the FtUpdate method as an event sink for notifications concerning file transfers.

HRESULT FtUpdate(
CONFN uNotify,INmFt *pFt);

Parameters

  • uNotify
    [in] A value from the CONFN_FT_* file transfer event constants identifying events that can occur during a file transfer.
  • pFt
    [in] Pointer to the INmFt interface pointer on the File Transfer Channel object that changed.

Return Values

  • S_OK
    This must be returned by the client implementation.

Requirements

**  Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Imsconf2.idl.

See Also

INmChannelFtNotify, File Transfer Channel Notification Object, File Transfer Channel Notification Object Details