IStorage::OpenStream Method (String^, IntPtr, 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 OpenStream( String^ pwcsName, IntPtr reserved1, unsigned int grfMode, unsigned int reserved2, [OutAttribute] IStream^% ppstm )
Parameters
- pwcsName
- Type: System::String^
- reserved1
- Type: System::IntPtr
- grfMode
- Type: System::UInt32
- reserved2
- Type: System::UInt32
- ppstm
- Type: Microsoft.VisualStudio.OLE.Interop::IStream^
Show: