RPR EnumProjectMarkers2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
()
(Parameters)
Line 2: Line 2:
=int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)=
=int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)=
==Parameters==
==Parameters==
-
  void* proj,  
+
  void* proj, -- do not specify unless calling EnumProjectMarkers2
  int idx,  
  int idx,  
  bool* isrgn,  
  bool* isrgn,  
Line 9: Line 9:
  char** name,  
  char** name,  
  int* markrgnindexnumber
  int* markrgnindexnumber
 +
==Returns==
==Returns==
  integer
  integer

Revision as of 23:21, 29 October 2009

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR EnumProjectMarkers2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR EnumProjectMarkers2

Contents

int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)

Parameters

void* proj, -- do not specify unless calling EnumProjectMarkers2
int idx, 
bool* isrgn, 
double* pos, 
double* rgnend, 
char** name, 
int* markrgnindexnumber

Returns

integer

Examples

Perl


Python


See Also

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR EnumProjectMarkers2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR EnumProjectMarkers2

Personal tools