IStorage::CreateStream Method (String^, UInt32, UInt32, UInt32, IStream^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void CreateStream( String^ pwcsName, unsigned int grfMode, unsigned int reserved1, unsigned int reserved2, [OutAttribute] IStream^% ppstm )
Parameters
- pwcsName
- Type: System::String^
- grfMode
- Type: System::UInt32
- reserved1
- Type: System::UInt32
- reserved2
- Type: System::UInt32
- ppstm
- Type: Microsoft.VisualStudio.OLE.Interop::IStream^
Show: