public static extern SU_RESULT SUDynamicComponentInfoGetDCAttributes(SUDynamicComponentInfoRef dc_info, size_t len, SUDynamicComponentAttributeRef[] attributes, ref size_t count);
 public static extern SU_RESULT SUDynamicComponentInfoRelease(ref SUDynamicComponentInfoRef dc_info);
 public static extern SU_RESULT SUDynamicComponentInfoGetNumDCAttributes(SUDynamicComponentInfoRef dc_info, ref size_t count);
Пример #4
0
 public static extern SU_RESULT SUComponentInstanceCreateDCInfo(SUComponentInstanceRef instance, ref SUDynamicComponentInfoRef dc_info);