Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>_exec_instancehandleget</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_exec_instancehandleget
_exec_showget
_exec_showreset
_exec_showset

Usage

   #include <windows.h>
   HANDLE _exec_instancehandleget(void);
   ushort _exec_showget(void);
   void _exec_showreset(void);
   void _exec_showset(void);

Description

   These functions are only available under Microsoft Windows. They are used
   when spawning a child process under Windows.

   _exec_instancehandleget is used to obtain the instance handle of a
   spawned process. _exec_handleset sets the SHOW parameter to be used when
   spawning programs under Windows. _exec_showget returns the current value
   of the SHOW parameter. _exec_showreset sets the show parameter back to
   SW_SHOW.

Return Value

   _exec_instancehandleget returns the instance handle of the spawned
   process, or 0 if there is none available.

   _exec_showget returns the current setting of the SHOW parameter that will
   be used when spawning programs.

See Also

       spawn, system



See Also: spawn system

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson