IXFeedEnclosure::LocalPath Method

Returns the local system path where the enclosure is stored.

Syntax

HRESULT LocalPath(
    LPWSTR *ppszPath
);

Parameters

  • ppszPath
    [out] Pointer to a string that receives the local system path of the enclosure.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The user is responsible for freeing the memory with CoTaskMemFree.