Previous Topic: CaVersion(const CaVersion &src)

Next Topic: LPCTSTR GetClientPath(void) const


LPCTSTR GetClientMachine(void) const

Returns the name of the client machine that this version was checked out to.

Note: The returned LPCTSTR persists as long as the CA Harvest SCM version object is valid and in scope.

Owning Class

CaVersion

Arguments

None

Return Value

LPCTSTR-client machine name

Example

CaVersion* pVersion = GetVersionById(iVersionId); 
LPCTSTR szMachine pVersion->GetClientMachine();

More information: