示例#1
0
I_Value* toValue_ushort( vuint16 inValue )
{
	I_Value* pValue = new FBL::Value_ushort();
	
	pValue->put_UShort( inValue );
	
	return pValue;
}