VXIvalue.ver
上传用户:xqtpzdz
上传日期:2022-05-21
资源大小:1764k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. VERSION {
  2. OSB_3.0 {
  3. global:
  4. VXIValueGetType;
  5. VXIValueDestroy;
  6. VXIValueClone;
  7. VXIBooleanCreate;
  8. VXIBooleanDestroy;
  9. VXIBooleanValue;
  10. VXIIntegerCreate;
  11. VXIIntegerDestroy;
  12. VXIIntegerValue;
  13. VXIULongCreate;
  14. VXIULongDestroy;
  15. VXIULongValue;
  16. VXILongCreate;
  17. VXILongDestroy;
  18. VXILongValue;
  19. VXIFloatCreate;
  20. VXIFloatDestroy;
  21. VXIFloatValue;
  22. VXIDoubleCreate;
  23. VXIDoubleDestroy;
  24. VXIDoubleValue;
  25. VXIPtrCreate;
  26. VXIPtrDestroy;
  27. VXIPtrValue;
  28. VXIContentCreate;
  29. VXIContentDestroy;
  30. VXIContentValue;
  31. VXIStringCreate;
  32. VXIStringCreateN;
  33. VXIStringDestroy;
  34. VXIStringClone;
  35. VXIStringSetValue;
  36. VXIStringValue;
  37. VXIStringCStr;
  38. VXIStringLength;
  39. VXIStringCompare;
  40. VXIStringCompareC;
  41. VXIMapCreate;
  42. VXIMapClear;
  43. VXIMapDestroy;
  44. VXIMapClone;
  45. VXIMapSetProperty;
  46. VXIMapGetProperty;
  47. VXIMapDeleteProperty;
  48. VXIMapNumProperties;
  49. VXIMapGetFirstProperty;
  50. VXIMapGetNextProperty;
  51. VXIMapIteratorDestroy;
  52. VXIVectorCreate;
  53. VXIVectorDestroy;
  54. VXIVectorClone;
  55. VXIVectorAddElement;
  56. VXIVectorSetElement;
  57. VXIVectorGetElement;
  58. VXIVectorLength;
  59. VXIValueToString;
  60. local:
  61.   *;
  62. };
  63. }