Returns information about the specified context.
#include <nks/thread.h>
int NXContextGetInfo (
NXContext_t ctx,
NXContextInfo_t *info);
(IN) Specifies the context for which information is returned.
(OUT) Points to a context information buffer.
If successful, returns 0; otherwise returns a nonzero error code.
The information in the NXContextInfo_t structure can become stale. The information on the start function and the argument to the start function are based on values used when the context is allocated and are valid only if the context is not currently bound and the execution state has not been changed from the values used to initialize the context.