Exemplo n.º 1
0
 internal static extern Int32 alljoyn_interfacedescription_property_eql(alljoyn_interfacedescription_property one, alljoyn_interfacedescription_property other);
Exemplo n.º 2
0
 internal static extern UIntPtr alljoyn_interfacedescription_getproperties(IntPtr iface, alljoyn_interfacedescription_property props, UIntPtr numProps);
Exemplo n.º 3
0
 internal static extern Int32 alljoyn_interfacedescription_getproperty(IntPtr iface, [MarshalAs(UnmanagedType.LPStr)] string name, alljoyn_interfacedescription_property property);
Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 6
0
 internal static extern UIntPtr alljoyn_interfacedescription_property_getannotationscount(alljoyn_interfacedescription_property property);