示例#1
0
I_Value* toValue_llong( vint64 inValue )
{
	I_Value* pValue = new FBL::Value_llong();
	
	pValue->put_LLong( inValue );
	
	return pValue;
}