Programming guideline of WinDom
- NAME
-
appl_control() - applicaton control (NAES function)
- PROTOTYPAGE
-
int appl_control( int ap_cid, int ap_cwhat, void *ap_cout);
- PARAMETERS
-
- ap_cid, ap_cwhat:
- see ApplControl(),
- ap_cout :
- unused.
- retour:
- 0 if error, >0 else.
- DESCRIPTION
-
This function is only avalaible with Naes. Prefer, if
possible, the universal ApplControl() function.
- SEE ALSO
-
ApplControl(), vq_naes().