INmChannelFt::GetReceiveFileDir
Use the GetReceiveFileDir method to retrieve the path to the directory where the received file is stored on the local computer.
HRESULT GetReceiveFileDir(
BSTR *pbstrDir);
Parameters
- pbstrDir
[out] Pointer to a location for the path to the directory where a received file is stored.
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 file directory path has been retrieved successfully. - E_INVALIDARG
pbstrDir is invalid. - E_FAIL
The operation failed, or internal resources are not available.
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