|  | ||
| 
 | 
 void undo_get_description ( char *description ) 
 char *description; // A pointer to a null-terminated character string 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The undo_get_description function retrieves the description of the undo action associated with the current command. 
 | 
 | 
| Parameters | description is a character buffer that will store the description 
 | 
 | 
| Return Value | none 
 | 
 | 
| See Also | undo_set_description, redo_get_description, Undo System Usage | 
 |