WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool
[prev][next][parent][TOC]
FmcjIntVector (future)
===Syntax for FmcjIntVector APIs===========================
FmcjIntVectorAllocate
ResultHdl i
IntVectorHdl n
XpRc FMC_OK
End
FmcjIntVectorDeallocate
IntVectorHdl i
XpRc FMC_OK
End
FmcjIntVectorSize
IntVectorHdl i
XpValue unsigned long
End
FmcjIntVectorFirstElement
IntVectorHdl i
XpValue interger
End
FmcjIntVectorNextElement
IntVectorHdl i
XpValue interger
End
FmcjIntVectorAddElement
IntVectorHdl i
IntegerValue integer
End
FmcjIntVectorRemoveElement
IntVectorHdl i
IntegerValue integer
End