Пример #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);