Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:bs2_partialupdateusersmallex [2022/09/07 11:07] mark [반환값] |
en:bs2_partialupdateusersmallex [2024/05/28 17:25] (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_PartialUpdateUserSmallEx]] | [[user_management_api]] > [[BS2_PartialUpdateUserSmallEx]] | ||
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 user information you want to update | * [In] ''//userBlob//'' : Partial user information you want to update | ||
Line 45: | Line 43: | ||
If successful, return ''BS_SDK_SUCCESS'' and generate ''BS2_EVENT_USER_UPDATE_PARTIAL_SUCCESS'' event. \\ | If successful, return ''BS_SDK_SUCCESS'' and generate ''BS2_EVENT_USER_UPDATE_PARTIAL_SUCCESS'' event. \\ | ||
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.\\ | ||
- | ==== 함께 보기 ==== | + | ==== See Also ==== |
[[BS2_PartialUpdateUser]]\\ | [[BS2_PartialUpdateUser]]\\ | ||
[[BS2_PartialUpdateUserEx]]\\ | [[BS2_PartialUpdateUserEx]]\\ | ||
Line 51: | Line 49: | ||
[[BS2_PartialUpdateUserSmallEx]]\\ | [[BS2_PartialUpdateUserSmallEx]]\\ | ||
[[BS2_PartialUpdateUserFaceEx]] | [[BS2_PartialUpdateUserFaceEx]] | ||
- | ==== 샘플코드 ==== | + | ==== Sample Code ==== |
- | [[BS2_PartialUpdateUserFaceEx]]의 샘플코드 참조 | + | Sample Code Reference [[BS2_PartialUpdateUserFaceEx]] |