import_type
Copy information from type library to local types
Copy structure, union, or enum definition from the type library
to Local Types.
idx - -1, ignored
type_name - name of type to copy
returns: BADADDR-failed, otherwise the type id
(tid of structure or enum type)
long import_type(long idx, string type_name);
Last updated