Share via


INmFt::GetState

Use the GetState method to retrieve the state of the file being transferred.

HRESULT GetState(
NM_FT_STATE *uState);

Parameters

  • uState
    [out] A value from the NM_FT_* enumeration indicating the state of the file being transferred.

Return Values

NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.

Return values can include RPC layer errors or any of the following values.

  • S_OK
    The state of the file transfer was retrieved successfully.
  • E_POINTER
    uState is an invalid pointer.

Remarks

Note that the NM_FT_COMPLETE value simply represents completion of the operation. The operation might have finished due to success, cancellation, or failure.

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, File Transfer Channel Object, File Transfer Channel Object Details