Extended GEM function manuals appl_search()
Programming guideline of WinDom

appl_getinfo()

NOM

appl_getinfo() - gives information about AES.

PROTOTYPAGE

int appl_getinfo( int mode, int *out1, int *out2, int *out3, int *out4);

AVAILABILITY

If call appl_find("?AGI") returns -1. If call has_applgetinfo() returns 1; If flag AES$4 app.aes4 is set to 1.

DESCRIPTION

WinDom uses this function to know the specific features of the AES and eventually use them. These specific features are held in the app.aes4 variable.

Remark: To know if this function is available on your system, use the function has_app_getinfo().

SEE ALSO

has_appl_getinfo()