Previous Topic: void SetIncludePkgHistory( bool bFlag )

Next Topic: LPCTSTR GetToProjectName(void)


HAROBJID GetToProjectId(void)

Gets the project id of the target project.

Owning Class

CaMovePackage

Arguments

None

Return Value

HAROBJID – Project id of the target project

Example

CaMovePackage& rMovePackage = rContext.GetMovePackage();
HAROBJID prjid = rMovePackage.GetToProjectId();

More information: