C_SetCallerLong

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

void C_SetCallerLong(

TOrcFxAPIHandle ObjectHandle,

INT_PTR CallerLong,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of an object.

CallerLong (IN)

The new value of caller long.

lpStatus (OUT)

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

See also

C_GetCallerLong, C_GetNamedValue, C_SetNamedValue.