차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
ko:bs2_getusersmalldatas [2021/12/29 16:49]
mark [샘플코드]
ko:bs2_getusersmalldatas [2021/12/30 10:52] (현재)
mark [샘플코드]
줄 66: 줄 66:
             available = USER_PAGE_SIZE;​             available = USER_PAGE_SIZE;​
         }         }
- +        ​result = (BS2ErrorCode)API.BS2_GetUserSmallDatas(sdkContext,​ deviceID, curUidObjs, available, userBlobs,  
-     result = (BS2ErrorCode)API.BS2_GetUserSmallDatas(sdkContext,​ deviceID, curUidObjs, available, userBlobs,  +        (UInt32)BS2UserMaskEnum.ALL);​ 
-     ​(UInt32)BS2UserMaskEnum.ALL);​ +        if (result == BS2ErrorCode.BS_SDK_SUCCESS) 
-    if (result == BS2ErrorCode.BS_SDK_SUCCESS) +        {
-    {+
         for (UInt32 loop = 0; loop < available; ++loop)         for (UInt32 loop = 0; loop < available; ++loop)
         {         {