예제 #1
0
 public static extern SU_RESULT SUAttributeDictionaryGetName(SUAttributeDictionaryRef dictionary, ref SUStringRef name);
예제 #2
0
 public static extern SU_RESULT SUAttributeDictionaryRelease(ref SUAttributeDictionaryRef dictionary);
예제 #3
0
 public static extern SUEntityRef SUAttributeDictionaryToEntity(SUAttributeDictionaryRef dictionary);
예제 #4
0
 public static extern SU_RESULT SUAttributeDictionaryGetKeys(SUAttributeDictionaryRef dictionary, size_t len, SUStringRef[] keys, ref size_t count);
예제 #5
0
 public static extern SU_RESULT SUAttributeDictionaryCreate(ref SUAttributeDictionaryRef dictionary, string name);
예제 #6
0
 public static extern SU_RESULT SUAttributeDictionaryGetNumKeys(SUAttributeDictionaryRef dictionary, ref size_t count);
예제 #7
0
 public static extern SU_RESULT SUAttributeDictionaryGetValue(SUAttributeDictionaryRef dictionary, string key, ref SUTypedValueRef value_out);
예제 #8
0
 public static extern SU_RESULT SUAttributeDictionarySetValue(SUAttributeDictionaryRef dictionary, string key, SUTypedValueRef value_in);
예제 #9
0
 public static extern SU_RESULT SUEntityGetAttributeDictionary(SUEntityRef entity, string name, ref SUAttributeDictionaryRef dictionary);
예제 #10
0
 public static extern SU_RESULT SUEntityAddAttributeDictionary(SUEntityRef entity, SUAttributeDictionaryRef dictionary);