animRegisterForeignThread
이 메소드는 애니메이션 프레임워크에서 외부 메소드(OMThread)를 등록합니다.
가시성
Public
시그니처
static void animRegisterForeignThread(char * name, void* theHandle);
매개변수
이름
외부 스레드의 이름을 지정합니다.
theHandle
스레드에 핸들을 지정합니다.
피드백