Previous Topic: LPCTSTR GetAgentPortNumber(void)

Next Topic: LPCTSTR GetRemotePassword(void)


LPCTSTR GetRemoteUserName(void)

Gets remote machine User Name used for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

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

More information: