View Single Post
Old 01-09-2011, 04:15 PM   #180
shane
Human being with feelings
 
shane's Avatar
 
Join Date: Jan 2006
Location: 61.215 -149.8925
Posts: 366
Default

Ah, thanks. Think I got it.
Code:
void DoIt()
{	
  int marker_index = 0, idx;
  bool isrgn;
  double pos, rgnend;
  char* name;

  while( EnumProjectMarkers(marker_index++, &isrgn, &pos, &rgnend, &name, &idx) > 0 ){
	Sleep(10); //for breakpoint
  }
}
__________________
Autorender - Now part of the SWS Extension family
Batch render and tag regions while you watch cat videos
shane is offline   Reply With Quote