C_GetCallerLong

C_GetCallerLong returns the caller defined value associated with an object handle. This value is set by C_SetCallerLong. A typical use of the caller long is to store a pointer to information associated with the object.

INT_PTR C_GetCallerLong(

TOrcFxAPIHandle ObjectHandle,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of an object.

lpStatus (OUT)

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

Return Value

The caller long.

See also

C_GetNamedValue, C_SetCallerLong, C_SetNamedValue.