seDestroyContext
syntax: |
void SEContext.seDestroyContext(); |
where: |
None
|
return: |
None
|
description: |
When you are done with a context, you destroy it to free up all associated resources, such as memory allocated.
|
see: |
seCreateContext, seCreateBlankContext, seCreateFiber
|