animRegisterForeignThread

This method registers an external thread (not an OMThread) in the animation framework.
Visibility
Public
Signature
static void animRegisterForeignThread(char * name,
void* theHandle);
Parameters
name
Specifies the name of the external thread
theHandle
Specifies the handle to the thread

Feedback