virtual qBool GetPasswordInfo( ProtocolCallContext * pContext, const qVector< qUnsignedInt64 > & dataIds, qVector< DataStorePasswordInfo > * pPasswordInfos, qVector< qResult > * pResults = NULL );
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) |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
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.
NULL
.
CONFIDENTIAL