Previous Topic: LPCTSTR GetRemoteUserName(void)

Next Topic: CaStringList GetFileList(void)


LPCTSTR GetRemotePassword(void)

Gets remote machine Password used for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

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

More information: