_global.CThreadCall = function(inObj, inFunctionName, inArg1, inArg2, inArg3) { this.obj = inObj; this.functionName = inFunctionName; this.arg1 = inArg1; this.arg2 = inArg2; this.arg3 = inArg3; };