DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProNoteTextGet | |||||||
Description | ||||||||
Copies the specified note to the line list.
NOTE: This function is superseded by ProNoteTextGet(). |
||||||||
Synopsis | ||||||||
#include <ProNote.h> | ||||||||
ProError | ProNoteLinelistGet | ( | ||||||
ProNote* note_item | ||||||||
/* (In) | ||||||||
The note to copy. | ||||||||
*/ | ||||||||
ProLinelist* p_line_list | ||||||||
/* (Out) | ||||||||
The line list of the ProArray to which to copy the note. Use ProArrayFree() to free the memory. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProArrayFree |