Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_getuserdatasfaceex [2020/10/22 09:51] kkshin [BS2_GetUserDatasFaceEx] |
en:bs2_getuserdatasfaceex [2024/05/28 17:17] (current) kkshin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== BS2_GetUserDatasFaceEx ===== | ===== BS2_GetUserDatasFaceEx ===== | ||
| [+ 2.7.1] Gets selected data of user. \\ | [+ 2.7.1] Gets selected data of user. \\ | ||
| - | You can get selected data of the user ID using userMask. This API support FaceStation F2 too. | + | You can get selected data of the user ID using userMask. \\ |
| + | This function supports Visual Face credentials. | ||
| \\ | \\ | ||
| ==== Declaration ==== | ==== Declaration ==== | ||
| Line 26: | Line 27: | ||
| * [Out] ''//userBlob//'' : Pointer to store the user information | * [Out] ''//userBlob//'' : Pointer to store the user information | ||
| * [In] ''//userMask//'' : User Mask | * [In] ''//userMask//'' : User Mask | ||
| - | <WRAP group 50%> | + | <WRAP group 70%> |
| ^Value ^Description ^ | ^Value ^Description ^ | ||
| |0x0000 |User ID | | |0x0000 |User ID | | ||
| Line 40: | Line 41: | ||
| |0x0200 |Job code | | |0x0200 |Job code | | ||
| |0x0400 |User phrase(personal message) | | |0x0400 |User phrase(personal message) | | ||
| - | |0x0800 |Face ''(FaceStation F2)'' | | + | |0x0800 |Face ''(Visual Face Support)'' | |
| - | |0x1000 |User setting''(FaceStation F2)'' | | + | |0x1000 |User setting''(Visual Face Support)'' | |
| |0xFFFF |All information | | |0xFFFF |All information | | ||
| </WRAP> | </WRAP> | ||