Functions | |
void | Open_Trim (int offset) |
void | Close_Trim (void) |
void Open_Trim | ( | int | offset | ) |
Readies an item on the trim list for editing or querying.
offset | - The offset within the array of trims for the trim object to be opened. |
Every call to Open_Trim() should be matched with a call to Close_Trim() .
void Close_Trim | ( | void | ) |
Closes the session that began with an opening call to Open_Trim().