WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

[prev][next][parent][TOC]

FmcjItemVector

===Syntax for FmcjItemVector APIs=======================================

FmcjItemVectorDeallocate
  ItemVectorHdl                     i
  XpRc                              FMC_OK
End

FmcjItemVectorSize
  ItemVectorHdl                     i
  XpValue                           unsigned long
End

FmcjItemVectorFirstElement
  ItemVectorHdl                     i
  ItemHdl                           n
End

FmcjItemVectorNextElement
  ItemVectorHdl                     i
  ItemHdl                           n
End

FmcjItemVectorFirstNamedElement
  ItemVectorHdl                     i
  Name                              "value"
  ItemHdl                           n
End

Remark: The "Fmcj...FirstNamedElement" is a MACRO and not an API.