ISession Interface::LoadProject

 

Loads the project stored in projectStorage.

Syntax

HRESULT LoadProject(IProjectStorage *pProjectStg, IProject **ppProject);

Parameters

pProjectStg

[in] The storage containing the content of the Project.

ppProject

[out, retval] The loaded project.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

ISession Interface (VSTA)