Previous Topic: HAROBJID GetToProjectId(void)

Next Topic: HAROBJID GetToStateId(void)


LPCTSTR GetToProjectName(void)

Gets the project name of the target project.

Owning Class

CaMovePackage

Arguments

None

Return Value

LPCTSTR – Project name of the target project

Example

CaMovePackage& rMovePackage = rContext.GetMovePackage();
LPCTSTR prjname = rMovePackage.GetToProjectName();

More information: