Share via


INmFt::GetMember

Use the GetMember method to retrieve an INmMember interface pointer to information about the remote member of the file transfer based on one of the following conditions:

  • For an incoming file,

    retrieves the INmMember interface pointer of the sending member.

  • For an outgoing file,

    retrieves the INmMember interface pointer of the destination member.

  • For an outgoing file sent to everyone,

    sets the ppMember value to NULL.

HRESULT GetMember
INmMember **ppMember);

Parameters

  • ppMember
    [out] Pointer to a location for INmMember interface pointer.

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 INmMember interface pointer was retrieved successfully or set to NULL to indicate an outgoing file was sent to all conference members.
  • E_FAIL
    Internal resources are not available.
  • E_OUTOFMEMORY
    Memory could not be allocated to service the request.

Remarks

The Member object must be released once the application is done with it.

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