List Option Constants (C)

The following constants define request types used by the ListOption field of the EssListTransactions function.

ConstantDefinition
ESS_LIST_TRANSACTIONS_TOCLIENTWrite the output to the screen.
LIST_TRANSACTIONS_TOFILE
  • Write output to a CSV file.

  • Output is not returned in ppResults.

  • pCount and ppResults will be NULL.

  • Content is written to the FileName as comma separated file.

  • If the specified file name exists, the command fails.

ESS_LIST_TRANSACTIONS_FORCETOFILE
  • Write output to a CSV file.

  • Output is not returned in ppResults.

  • pCount and ppResults will be NULL.

  • Content is written to the FileName as comma separated file.

  • If the specified file name exists, it is overwritten with the new output.