int GCC_SetCursorName (int graphCursorControl, int cursorNumber, char cursorName[]);
This function sets the name of the specified cursor in the graph cursor control.
Input | ||
Name | Type | Description |
graphCursorControl | integer | The handle to the graph cursor control returned by GCC_New. |
cursorNumber | integer | The number of the cursor whose name will be set. |
cursorName | char [] | The new name of the specified cursor. You can pass NULL or an empty string "" to clear the name. |
Name | Type | Description |
result | integer | The return value of the function. User interface error codes as documented in userint.h are returned. |