C_GetVarID

Call C_GetVarID to obtain the VarID parameters used by C_GetRangeGraph4, C_GetRangeGraphNumOfPoints3, C_GetTimeHistory2, C_OpenLinkedStatistics2, C_QueryLinkedStatistics.

void C_GetVarID(

TOrcFxAPIHandle ObjectHandle,

LPCTSTR lpVarName,

int *lpVarID,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of the object for which you want results.

lpVarName (IN)

Points to a null-terminated string containing the name of the variable for which you require results. You should set this to the variable name as displayed on the Orcaflex results form.

lpVarID (OUT)

Points to a variable in which the VarID for the given variable name will be returned.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Unicode and ANSI

The Unicode function name is C_GetVarIDW and the ANSI function name is C_GetVarIDA.

See also

C_GetRangeGraph4, C_GetRangeGraphNumOfPoints3, C_GetTimeHistory2, C_OpenLinkedStatistics2, C_QueryLinkedStatistics.