nn::nex::DataStoreLogicServerClient::GetPasswordInfo Member Function

Syntax

virtual qBool GetPasswordInfo(
     ProtocolCallContext * pContext,
     const qVector< qUnsignedInt64 > & dataIds,
     qVector< DataStorePasswordInfo > * pPasswordInfos,
     qVector< qResult > * pResults = NULL
);

Parameters

Name Description
in pContext Call information.
in dataIds The data ID of the data to get the password information for.
out pPasswordInfos Password information.
out pResults Stores the information obtained for each data ID. (Optional)

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Gets multiple password information.

Gets the password information for uploaded data. For pPasswordInfos and pResult, the result for each data ID specified in dataIds is returned in the same order in which the data IDs were specified. This function can only be used to get passwords for data owned by the local system. When the specified data is not found, or the user does not have owner rights, the object contained in pPasswordInfos becomes invalid. You can check whether an object is valid or invalid with the DataStorePasswordInfo::IsValid function.

Revision History

2012/07/02
Initial version.

CONFIDENTIAL