Programming guideline of WinDom
- NAME
-
ApplName - returns the name of a GEM process.
- PROTOTYPAGE
-
int ApplName( char *name, int id);
- PARAMETERS
-
- name:
- name of the process (a 8-byte buffer),
- id:
- AES handle of the process,
- return:
- 1 if process found, 0 else.
- DESCRIPTION
-
This function gets the name of a GEM process using its AES
process handle. This function uses the appl_search() function.
If this function is not avalaible, ApplName() returns always 0.
In this case the AES4_APPSEARCH bit of the app.aes4 is 0.
- SEE ALSO
-
appl_search(), appl_find().