|
||
BOOLEAN undo_initialize ( int limit )
int limit; // An integer value specifying undo item stack size
|
|
|
Synopsis |
#include "silver.h"
The undo_initialize function initializes the undo system and must be called before any other undo command.
|
|
Parameters |
limit is a value that specifies the undo item stack size. To indicate an unlimited stack size set limit to 0.
|
|
Return Value |
undo_initialize returns TRUE if the undo system was successfully initialized and FALSE otherwise.
|
|
See Also |
|