Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_partialupdateuserex [2022/09/07 10:00] mark [샘플코드] |
en:bs2_partialupdateuserex [2024/05/28 17:26] (current) kkshin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| [[user_management_api]] > [[BS2_PartialUpdateUserEx]] | [[user_management_api]] > [[BS2_PartialUpdateUserEx]] | ||
| Line 36: | Line 34: | ||
| |0x0200 |Jobcode | | |0x0200 |Jobcode | | ||
| |0x0400 |Private Message | | |0x0400 |Private Message | | ||
| - | |0x0800 |Face ''(FSF2, BS3)'' | | + | |0x0800 |Face ''(Visual Face Support)'' | |
| - | |0x1000 |User setting ''(FSF2, BS3)'' | | + | |0x1000 |User setting ''(Visual Face Support)'' | |
| </WRAP> | </WRAP> | ||
| * [In] ''//userBlob//'' : Partial information about the user you want to renew | * [In] ''//userBlob//'' : Partial information about the user you want to renew | ||
| Line 43: | Line 41: | ||
| \\ | \\ | ||
| ==== Return Value ==== | ==== Return Value ==== | ||
| - | If successfully done, BS_SDK_SUCCESS will be returned. If there is an error, the corresponding error code will be returned. \\ | + | If successfully done, ''BS_SDK_SUCCESS'' will be returned. If there is an error, the corresponding error code will be returned. \\ |
| If it fails, it returns a corresponding error code, and if it is a device occurrence error, the event ''BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' is generated. | If it fails, it returns a corresponding error code, and if it is a device occurrence error, the event ''BS2_EVENT_USER_UPDATE_PARTIAL_FAIL'' is generated. | ||
| \\ | \\ | ||
| Line 53: | Line 51: | ||
| [[BS2_PartialUpdateUserFaceEx]] | [[BS2_PartialUpdateUserFaceEx]] | ||
| ==== Sample Code ==== | ==== Sample Code ==== | ||
| - | [[BS2_PartialUpdateUserFaceEx]]의 샘플코드 참조 | + | Sample Code Reference [[BS2_PartialUpdateUserFaceEx]] |