Previous Topic: HAROBJID GetToStateId(void)

Next Topic: bool GetIncludepkgHistory(void)


LPCTSTR GetToStateName(void)

Gets the state name of the target state.

Owning Class

CaMovePackage

Arguments

None

Return Value

LPCTSTR – State name of the target state

Example

CaMovePackage& rMovePackage = rContext.GetMovePackage();
LPCTSTR statename = rMovePackage.GetToStateName();

More information: