RPR Undo DoRedo2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=Undo_DoRedo2()=
 +
'''int Undo_DoRedo2(void* proj)'''
 +
 
 +
nonzero if success<br><br>
==Parameters==
==Parameters==
 +
void* proj
==Returns==
==Returns==
 +
An array, containing
 +
  int
 +
  void* pro
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
 +
 +
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_undo}}
 +
 +
''(Section automatically generated, edits above this line may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 11:25, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR Undo DoRedo2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR Undo DoRedo2

Contents

Undo_DoRedo2()

int Undo_DoRedo2(void* proj)

nonzero if success

Parameters

void* proj

Returns

An array, containing
 int 
 void* pro

Examples

C++

 


Perl

 


Python

 

See Also

undo: Undo_BeginBlock, Undo_BeginBlock2, Undo_CanRedo2, Undo_CanUndo2, Undo_DoRedo2, Undo_DoUndo2, Undo_EndBlock, Undo_EndBlock2, Undo_OnStateChange, Undo_OnStateChange2, Undo_OnStateChangeEx, Undo_OnStateChangeEx2, Undo_OnStateChange_Item, CSurf_FlushUndo,

(Section automatically generated, edits above this line may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR Undo DoRedo2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR Undo DoRedo2

Personal tools