seDestroyContext
|
syntax: |
void seDestroyContext(secontext se); |
|
where: |
se the context to destroy
|
|
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
|