INmFt

Use the INmFt interface to access information about a file being transferred, including its transfer state, size, and owner.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.
INmFt methods Description
IsIncoming Determines whether the current file is being transferred to the local computer.
GetState Retrieves the state of the file being transferred.
GetName Retrieves the name of the file being transferred.
GetSize Retrieves the size of the file being transferred.
GetBytesTransferred Retrieves the current number of bytes that have been transferred.
GetMember Retrieves information about a member for the file being transferred.
Cancel Cancels the file transfer.

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

INmChannelFt, INmChannelFtNotify, File Transfer Channel Object, File Transfer Channel Object Details