contents   index   previous   next



seGetContextParams

 

syntax:

   struct seContextParams * seGetContextParams(secontext se);

where:

se the context to get the parameters from.

 

return:

A pointer to the seContextParams structure for this context.

 

description:

Get a pointer to the context's parameter structure. The contents of the seContextParams structure used to create the context is stored with the context. You get a pointer to it and examine or modify the parameters for the context.

 

see:

seCreateContext

 


seDestroyContext