Previous Topic: bool GetDeleteAfterCI(void)

Next Topic: LPCTSTR GetAgentPortNumber(void)


LPCTSTR GetRemoteMachineName(void)

Gets remote machine name used for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

CaCheckin& rCheckin = rContext.GetCheckin(); CaString szValue = rCheckin.GetRemoteMachineName();

More information:

HSDK Programming Fundamentals

CaContext

void SetRemoteMachineName(LPCTSTR szRemoteMachineName)

void SetRemoteUserName(LPCTSTR szRemoteUserName)

void SetRemotePassword(LPCTSTR szRemotePassword)

void SetAgentPortNumber(LPCTSTR szPortNumber)