WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

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

FmcjImplementationDataVector

===Syntax for FmcjImplementationDataVector APIs=========================

FmcjImplementationDataVectorDeallocate
  ImplementationDataVectorHdl       i
  XpRc                              FMC_OK
End

FmcjImplementationDataVectorSize
  ImplementationDataVectorHdl       i
  XpValue                           unsigned long
End

FmcjImplementationDataVectorFirstElement
  ImplementationDataVectorHdl       i
  ImplementationDataHdl             n
End

FmcjImplementationDataVectorNextElement
  ImplementationDataVectorHdl       i
  ImplementationDataHdl             n
End

FmcjImplementationDataVectorSpecifiedPlatformElement
  ImplementationDataVectorHdl       i
  Platform                          Fmc_DP_OS2
                                  | Fmc_DP_AIX
                                  | Fmc_DP_HPUX
                                  | Fmc_DP_Solaris
                                  | Fmc_DP_Windows95
                                  | Fmc_DP_WindowsNT
                                  | Fmc_DP_OS390
  ImplementationDataHdl             n
End

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