create_struct
Create a structure data item at the specified address
ea - linear address
size - structure size in bytes. -1 means that the size
will be calculated automatically
strname - name of a structure type
returns: 1-ok, 0-failure
success create_struct(long ea, long size, string strname);
Last updated