Previous Topic: LPCTSTR GetRemoteUserName(void)

Next Topic: PFN_CARNICB GetCallBack(void);


LPCTSTR GetRemotePassword(void)

Gets remote machine Password used for this process.

Owning Class

CaRenameItem

Arguments

None

Return Value

LPCTSTR-the value

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
CaString szValue = rRenameItem.GetRemotePassword();

More information: