WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

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

FmcjService

===Syntax for FmcjService APIs==========================================

FmcjServiceUserSettings
  ExecutionServiceHdl               i
  PersonHdl                         n
  XpRc                              FMC_OK
End

FmcjServiceSetPassword
  ExecutionServiceHdl               i
  Password                          "value" | NULL
  XpRc                              FMC_OK
End

FmcjServiceRefresh
  ExecutionServiceHdl               i
  XpRc                              FMC_OK
End

FmcjServiceIsLoggedOn
  ExecutionServiceHdl               i
  XpValue                           TRUE | FALSE
End

FmcjServiceSetTimeout
  ExecutionServiceHdl               i
  Timeout                           long
End

FmcjServiceSystemName
  ExecutionServiceHdl               i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjServiceSystemGroupName
  ExecutionServiceHdl               i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjServiceTimeout
  ExecutionServiceHdl               i
  XpValue                           long
End

FmcjServiceUserID
  ExecutionServiceHdl               i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

/* version 3.3.2 or > */
FmcjServiceSetReconnectCount
  ExecutionServiceHdl               i
  Count                             long
End

/* version 3.3.2 or > */
FmcjServiceReconnectCount
  ExecutionServiceHdl               i
  XpValue                           long
End