EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

gentee_set

This function specifies some gentee parameters.

uint STDCALL gentee_set (
   uint state,
   pvoid val
)

Parameters

state The identifier of the parameter.
GSET_TEMPDIRSpecify the custom temporary directory
GSET_PRINTSpecify the custom print function
GSET_MESSAGESpecify the custom message function
GSET_EXPORTSpecify the custom export function
GSET_ARGSSpecify the command-line arguments
GSET_FLAGSpecify flags
GSET_DEBUGSpecify the custom debug function
GSET_GETCHSpecify the custom getch function
val The new value of the parameter.

Return value

If the function succeeds, the return value is 1. If the function fails, the return value is 0.

Related links

Source