c_struct_instance


c_struct_instance(s, vs)
      

Return a new instance of the C structure named n with the members initialized to the values in the list vs. The values list should be specified in the same order as the members in the struct definition.

Examples:

Please see the Foreign Function Interface Reference for examples.

Also see:

c_struct_name
c_struct_get
pointer_to_c_struct


Core Module Index | Contents