USB Exported Control API > BS2_GetUserInfosFaceExFromDir
[+2.7.1] Gets the user information corresponding to the user identifier from the data extracted by USB.
Supports USB files exported from FaceStaion F2 devices.
#include "BS_API.h" int BS2_GetUserInfosFaceExFromDir(void* context, const char* szDir, char* uids, uint32_t uidCount, BS2UserFaceExBlob* userBlob);
context : ContextszDir : Data storage pathuids : List of user identifiers to be importeduidCount : Number of user identifiersuserBlob : Pointer to store user information
Returns BS_SDK_SUCCESS if performed successfully, or a corresponding error code if an error occurs.