IWinInetFileStream interface
Implements methods to manage the lifetime of objects in the Internet file cache.
Members
The IWinInetFileStream interface inherits from the IUnknown interface. IWinInetFileStream also has these types of members:
- Methods
Methods
The IWinInetFileStream interface has these methods.
Method | Description |
---|---|
SetDeleteFile | Indicates that the cache entry is to be deleted when the object is destroyed. |
SetHandleForUnlock | Sets a file handle to unlock when the object is released. |
Remarks
This interface is combined with IStream to add specialized support for files in the Temporary Internet Files (TIF) folder. When the stream object is released, the file associated with the stream can be automatically removed.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Product |
Internet Explorer 7 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |