contents   index   previous   next



WIN (#define JSE_WIN_ALL)

 

Useful Windows 3.1/95/NT functions. Grouped under SElib object.

 

 

 

In addition to including the entire library, it is possible to include particular functions from the library or to exclude them. To include a particular function, do not define the JSE_XXX_ALL, but do define the particular function's define to 1. To exclude a function, do include all the functions in the library using the JSE_XXX_ALL define, but then define the particular function's define to 0. A list of the functions in each library and the defines to use them can be found in the file tools\selibdef.dat.