int GCC_GetCursorName (int graphCursorControl, int cursorNumber, char cursorName[]);
This function returns 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 returned. |
Output | ||
Name | Type | Description |
cursorName | char [] | The name of the specified cursor. You must pass a buffer that can hold the entire name plus the trailing NUL byte. You can call GCC_GetCursorNameLength to obtain the length of the name of the cursor. |
Name | Type | Description |
result | integer | The return value of the function. User interface error codes as documented in userint.h are returned. |