Help index

MakeData

// 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-failure

success MakeData (long ea, long flags, long size, long tid);

Index | Previous topic | Next topic