secContextLocate()
Synopsis
APTR secContextLocate(
secPluginModule * module,
ULONG id,
struct Task * caller,
ULONG size );
secEnumChildren()
Synopsis
LONG secEnumChildren(
struct Task * parent,
struct Task ** children,
LONG size );
Function
Enumerate the children of a given task.
Result
If the size is too small, we return -(num children) to indicate the size of
the buffer needed for a successful call.
This means that a program could call us with a size of -1 to ask us how big
the buffer should be.
Notes
This is designed to replace secGetChildren/secFreeTaskVec.