Description:
This function returns a pointer to an AST KeyMap that is associated with the running thread (each thread
has a separate KeyMap). The KeyMap can be used to store values that need to be passed between
functions within a thread, or that need to be retained between invocations.
Invocation
AstKeyMap
thrThreadData(
int status
);
Arguments
status
Pointer to the inherited status value.
Notes:
-
The returned Keymap, plus any data still in it, is released when the thread terminates.
-
This function attempts to execute even if an error has already occurred.