IStorage.OpenStream(String, IntPtr, 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 OpenStream(System::String ^ pwcsName, IntPtr reserved1, System::UInt32 grfMode, System::UInt32 reserved2, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IStream ^ % ppstm);
public void OpenStream (string pwcsName, IntPtr reserved1, uint grfMode, uint reserved2, out Microsoft.VisualStudio.OLE.Interop.IStream ppstm);
abstract member OpenStream : string * nativeint * uint32 * uint32 * IStream -> unit
Public Sub OpenStream (pwcsName As String, reserved1 As IntPtr, grfMode As UInteger, reserved2 As UInteger, ByRef ppstm As IStream)
Parameters
- pwcsName
- String
- reserved1
-
IntPtr
nativeint
- grfMode
- UInt32
- reserved2
- UInt32
- ppstm
- IStream