TAP_Osd_SaveBox

Topfield Documentation

byte* TAP_Osd_SaveBox(word rgn, dword x, dword y, dword w, dword h);

It saves some portion of a region to memory.

return value : the start address of memory to save. The memory SHOULD be freed after using it with TAP_MemFree().

Additional Documentation