Previous Topic: LPCTSTR GetRemoteUserName(void)

Next Topic: void SetCallBack( PFN_CAMVICB pfCallBack )


LPCTSTR GetRemotePassword(void)

Gets remote machine Password used for this process.

Owning Class

CaMoveItem

Arguments

None

Return Value

LPCTSTR-the value

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
CaString szValue = rMoveItem.GetRemotePassword();

More information: