contents   index   previous   next



seCreateContext

 

syntax:

   secontext

seCreateContext(struct seContextParams *params,

                seconstcharptr userkey);

where:

params a pointer to an seContextParams structure filled in with context options.

 

userkey the userkey, if applicable

 

return:

An secontext, suitable to be used in further ScriptEase API calls.

 

description:

Create a scripting context. Chapter "Initialization and Contexts" is devoted to initializing and creating new contexts, see it for full details.

 

The userkey is provided to you via email when you download an evaluation version of ScriptEase. Purchased versions ignore this parameter, for which you can pass NULL.

 

see:

seDestroyContext

 


seCreateBlankContext