GCC_GetCursorNameLength

int GCC_GetCursorNameLength (int graphCursorControl, int cursorNumber, int *cursorNameLength);

Purpose

This function returns the length of the name of the specified cursor in the graph cursor control.

Parameters

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 length will be returned.
Output
Name Type Description
cursorNameLength integer * The length of the name of the specified cursor in bytes minus the trailing NUL byte.

Return Value

Name Type Description
result integer The return value of the function. User interface error codes as documented in userint.h are returned.