IVsUIShellDocumentWindowMgr::ReopenDocumentWindows Method (IStream^)

 

Reopens all document windows from the window position information in the stream.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int ReopenDocumentWindows(
	IStream^ pStream
)

Parameters

pStream
Type: Microsoft.VisualStudio.OLE.Interop::IStream^

[in] A pointer to an object of type IStream.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsUIShellDocumentWindowMgr::ReopenDocumentWindows(
   [in] IStream *pStream
);
Return to top
Show: