RPR Undo EndBlock2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
(Undo_EndBlock2())
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
=Undo_EndBlock2()=
+
=Undo_EndBlock()=
-
void Undo_EndBlock(const char* descchange, int extraflags)<br>
+
'''void Undo_EndBlock(const char* descchange, int extraflags)'''
-
void Undo_EndBlock2(void* proj, const char* descchange, int extraflags)
+
-
 
+
-
call to end the block,with extra flags if any,and a description
+
 +
call to end the block,with extra flags if any,and a description<br><br>
==Parameters==
==Parameters==
-
void* proj,
+
  const char* descchange,
-
  const char* descchange,  
+
  int extraflags
  int extraflags
==Returns==
==Returns==
-
Nothing
+
void
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 14:38, 11 November 2009

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

Contents

Undo_EndBlock()

void Undo_EndBlock(const char* descchange, int extraflags)

call to end the block,with extra flags if any,and a description

Parameters

const char* descchange,
int extraflags

Returns

void 

Examples

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_OnStateChange_Item, Undo_OnStateChangeEx, Undo_OnStateChangeEx2

Stuff

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

Personal tools