示例#1
0
I_Value* toValue_long( vint32 inValue )
{
	I_Value* pValue = new FBL::Value_long();
	
	pValue->put_Long( inValue );
	
	return pValue;
}