Structs§
- Builder
- Builder for a read/write implementation of the
windowscrate’sIStreaminterface backed by a temp file on disk. The temp file is created withSHCreateStreamOnFileEx, usingFILE_ATTRIBUTE_TEMPORARYandFILE_FLAG_DELETE_ON_CLOSEso it will be deleted by the OS as soon as the last reference to theIStreamis dropped.