SHCreateStreamOnFileEx(String, StorageModeFlags, CreateFileFlags, Boolean, FsiStream, FsiStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|
SHCreateStreamOnFileEx(String, StorageModeFlags, CreateFileFlags, Boolean, IStream, IStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|
SHCreateStreamOnFileEx(String, StorageModeFlags, FileAttributes, Boolean, FsiStream, FsiStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|
SHCreateStreamOnFileEx(String, StorageModeFlags, FileAttributes, Boolean, IStream, IStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|
SHCreateStreamOnFileEx(String, StorageModeFlags, UInt32, Boolean, FsiStream, FsiStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|
SHCreateStreamOnFileEx(String, StorageModeFlags, UInt32, Boolean, IStream, IStream)
|
Opens or creates a file and retrieves a stream to read or write to that file.
|