Programming guideline of WinDom
- NAME
-
ApplControl - control of GEM process.
- PROTOTYPAGE
-
int ApplControl( int ap_cid, int ap_cwhat);
- PARAMETERS
-
- ap_cid:
- handle of the targeted application,
- ap_cwhat:
- mode :
- APC_HIDE: mask the application,
- APC_SHOW: show the application,
- APC_HIDENOT: no implemented yet,
- APC_TOP: no implemented yet.
- return:
- 0 if error >0 else.
- DESCRIPTION
-
MagiC and Naes have simulars but not identical functions to
control the GEM process. This function tries to unify these
calls.
- BUGS
-
Only the APC_HIDE mode works correctly (used by
EvntWindom()).
- SEE ALSO
-
appl_control(), EvntWindom().