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

Syntax

virtual qBool GetPasswordInfo(
     ProtocolCallContext * pContext,
     qUnsignedInt64 dataId,
     DataStorePasswordInfo * pPasswordInfo
);

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

Overloaded Member Functions

GetPasswordInfo ( ProtocolCallContext *, qUnsignedInt64, DataStorePasswordInfo * ) Gets password information.
GetPasswordInfo ( ProtocolCallContext *, const qVector< qUnsignedInt64 > &, qVector< DataStorePasswordInfo > *, qVector< qResult > * ) Gets multiple password information.

Description of GetPasswordInfo ( ProtocolCallContext *, qUnsignedInt64, DataStorePasswordInfo * )

Gets the password information for uploaded data. This function can only be used to get passwords for data owned by the local system.

Description of GetPasswordInfo ( ProtocolCallContext *, const qVector< qUnsignedInt64 > &, qVector< DataStorePasswordInfo > *, qVector< qResult > * )

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.


CONFIDENTIAL