示例#1
0
I_Value* toValue_umedium( vuint32 inValue )
{
	I_Value* pValue = new FBL::Value_umedium();
	
	pValue->put_ULong( inValue );
	
	return pValue;
}