#include <cogent.h>
IP_Task* IP_TaskFindName(
char* name)
;
This function searches the current process's task cache for the specified name. It will return the first exact match that it encounters. Names should be unique throughout the system, though it is possible that more than one task could register a name under certain network conditions, and therefore more than one task could be cached with the same name.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.