USB Exported Control API > BS2_GetUserInfosFaceExFromDirWithKey


BS2_GetUserInfosFaceExFromDirWithKey

[+2.8.2] Gets the log after a given log record ID from the data extracted by USB by a maximum amount.
Supports USB files exported from FaceStaion F2 devices.

Declaration

#include "BS_API.h"
 
int BS2_GetUserInfosFaceExFromDirWithKey(void* context, const char* szDir, char* uids, uint32_t uidCount, BS2UserFaceExBlob* userBlob, const BS2EncryptKey* key);

Parameters

Return Value

Returns BS_SDK_SUCCESS if performed successfully, or a corresponding error code if an error occurs.

See Also

BS2_GetUserDatasFaceExFromDirWithKey