Enterprise Communication Interface (ECI)

Window managing via IPC-Interface

Description

Pops, iconifies, restores or maximizes a (graphic) Agile e6 window.

 

Syntax

int eci_win (edb_data_header *ipc_id, char *action)

 

Input parameter

ipc_id

Identifier of IPC connection

action

Action to be processed {'POP', 'LOW', 'ICO', 'RST', 'MAX'}

  • POP: pop Agile e6 window to top
  • LOW: Agile e6 window in the back
  • ICO: iconify Agile e6 window
  • RST: restore Agile e6 icon
  • MAX: maximize Agile e6 window

 

Return value

0 action processed
<> 0 action not processed