|
|
|

|
Purpose |
|
|
|
|
|
Call Syntax |
#include <aspen.h> … AspenRequest(GLOBAL_session, ASPEN_ApplyBars, &bar_input, NULL); … |
|
|
|
|
Parameters |
Input A pointer to an ASPEN_APPLY_BARS_INPUT structure.
Output None. |
|
|
|
|
Structures |
typedef struct { ASPEN_INUM inum; int bar_width; // duration of bar in minutes int length; // length, in BYTES, of the bar data char *bars; // pointer to beginning of bar data } ASPEN_APPLY_BARS_INPUT; |
|
|
|
|
Remarks |
|
|
|
|
|
Return Value |
|
|
|
|
|
See Also |
|
|
|
|
|
Example |
|
©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.