Tells HTBasic that it no longer needs to wait on the previously registered event. The C++ function declaration is:
void Unregisterthread(LPHANDLE phEvent);
A sample of the command is:
HANDLE hEvent;
Unregistered(&hEvent);
where, phEvent is an Event handle that is created in the DLL and previously used to call RegisterThread.