Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the file system path where enclosures for the feed are downloaded.
Syntax
HRESULT LocalEnclosurePath( LPWSTR *ppszPath );
Parameters
- ppszPath
[out] Pointer to a string that receives the enclosure path for this feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The calling process is responsible for freeing the memory with CoTaskMemFree.
See Also