Show_Trim_Operation
Functions | |
void | Show_Trim_Operation (int index, char *operation) |
Shows the type of trimming currently associated with an object in the trim list. More... | |
Detailed Description
Function Documentation
◆ Show_Trim_Operation()
void Show_Trim_Operation | ( | int | index, |
char * | operation | ||
) |
Shows the type of trimming currently associated with an object in the trim list.
- Parameters
-
index - Index of the particular object in the trim list. operation - Type of operation, either "remove" or "keep".
Returned to user. Passed by reference always.
DETAILS
Show_Trim_Operation() is used alone to return the operation type (not in conjunction with Open_Trim() ).