Function ProNoteDisplay
Description
Displays the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProNoteDisplay
(
ProNote* p_note_item
/* (In)
The note to display
*/
ProDrawMode draw_mode
/* (In)
Specifies how to display the note
*/
)
Returns
The function successfully displayed the note.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
¿Fue esto útil?