IStorage.CreateStream(String, UInt32, UInt32, UInt32, IStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateStream(System::String ^ pwcsName, System::UInt32 grfMode, System::UInt32 reserved1, System::UInt32 reserved2, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IStream ^ % ppstm);
public void CreateStream (string pwcsName, uint grfMode, uint reserved1, uint reserved2, out Microsoft.VisualStudio.OLE.Interop.IStream ppstm);
abstract member CreateStream : string * uint32 * uint32 * uint32 * IStream -> unit
Public Sub CreateStream (pwcsName As String, grfMode As UInteger, reserved1 As UInteger, reserved2 As UInteger, ByRef ppstm As IStream)
Parameters
- pwcsName
- String
- grfMode
- UInt32
- reserved1
- UInt32
- reserved2
- UInt32
- ppstm
- IStream