seGetContextParams
syntax: |
SEContextParams SEContext.seGetContextParams(); |
where: |
se the context to get the parameters from.
|
return: |
None
|
description: |
Get a pointer to the context's parameter structure. The reference to the object which implements the SEContextParams interface used to create the context is stored with the context. You can get this object and examine or modify it. If you use the same object for multiple contexts, any change will affect all contexts.
|
see: |
|