// Create a data item at the specified address // ea - linear address // flags - FF_BYTE..FF_PACKREAL // size - size of item in bytes // tid - for FF_STRU the structure id // returns: 1-ok, 0-failuresuccess MakeData (long ea, long flags, long size, long tid);