Ejemplo n.º 1
0
 public static extern SU_RESULT SUDynamicComponentInfoGetDCAttributes(SUDynamicComponentInfoRef dc_info, size_t len, SUDynamicComponentAttributeRef[] attributes, ref size_t count);
Ejemplo n.º 2
0
 public static extern SU_RESULT SUDynamicComponentInfoRelease(ref SUDynamicComponentInfoRef dc_info);
Ejemplo n.º 3
0
 public static extern SU_RESULT SUDynamicComponentInfoGetNumDCAttributes(SUDynamicComponentInfoRef dc_info, ref size_t count);
Ejemplo n.º 4
0
 public static extern SU_RESULT SUComponentInstanceCreateDCInfo(SUComponentInstanceRef instance, ref SUDynamicComponentInfoRef dc_info);