Structs§
- Builder
- Builder for a read/write implementation of the
windows
crate’sIStream
interface backed by a temp file on disk. The temp file is created withSHCreateStreamOnFileEx
, usingFILE_ATTRIBUTE_TEMPORARY
andFILE_FLAG_DELETE_ON_CLOSE
so it will be deleted by the OS as soon as the last reference to theIStream
is dropped.