WebSphere MQ Workflow 3.4 Generic C API Test / Prototyping Tool

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

FmcjExeOptions

===Syntax for FmcjExeOptions APIs=======================================

FmcjExeOptionsCopy
  ExeOptionsHdl                     i
  ExeOptionsHdl2                    n
  XpRc                              FMC_OK
End

FmcjExeOptionsDeallocate
  ExeOptionsHdl                     i
  XpRc                              FMC_OK
End

FmcjExeOptionsEnvironment
  ExeOptionsHdl                     i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjExeOptionsEnvironmentIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsInheritEnvironment
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsAutomaticClose
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsAutomaticCloseIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsRunInXTerm
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsRunInXTermIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsStartInForeGround
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsStartInForeGroundIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsPathAndFileName
  ExeOptionsHdl                     i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjExeOptionsWindowStyle
  ExeOptionsHdl                     i
  XpValue                           Fmc_EO_NotSet
                                  | Fmc_EO_Visible
                                  | Fmc_EO_Invisible
                                  | Fmc_EO_Minimized
                                  | Fmc_EO_Maximized
End

FmcjExeOptionsWindowStyleIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End

FmcjExeOptionsWorkingDirectoryName
  ExeOptionsHdl                     i
  BufferLength                      unsigned long
  XpValue                           "value" | NULL
End

FmcjExeOptionsWorkingDirectoryNameIsNull
  ExeOptionsHdl                     i
  XpValue                           TRUE | FALSE
End