Пример #1
0
 internal static extern Int32 alljoyn_interfacedescription_property_eql(alljoyn_interfacedescription_property one, alljoyn_interfacedescription_property other);
Пример #2
0
 internal static extern UIntPtr alljoyn_interfacedescription_getproperties(IntPtr iface, alljoyn_interfacedescription_property props, UIntPtr numProps);
Пример #3
0
 internal static extern Int32 alljoyn_interfacedescription_getproperty(IntPtr iface, [MarshalAs(UnmanagedType.LPStr)] string name, alljoyn_interfacedescription_property property);
Пример #4
0
 internal static extern Int32 alljoyn_interfacedescription_property_getannotation(alljoyn_interfacedescription_property property, [MarshalAs(UnmanagedType.LPStr)] string name, sbyte value, [In, Out] UIntPtr value_size);
Пример #5
0
 internal static extern void alljoyn_interfacedescription_property_getannotationatindex(alljoyn_interfacedescription_property property, UIntPtr index, sbyte name, [In, Out] UIntPtr name_size, sbyte value, [In, Out] UIntPtr value_size);
Пример #6
0
 internal static extern UIntPtr alljoyn_interfacedescription_property_getannotationscount(alljoyn_interfacedescription_property property);