JMDisposeAppletLocator
Removes an applet locator.
OSStatus JMDisposeAppletLocator (JMAppletLocatorRef locatorRef);
locatorRef- The applet locator to remove.
- function result
- A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
Since the applet locator merely locates an applet, you can dispose of it after instantiating the applet. You can callJMDisposeAppletLocatorwhile theJMNewAppletLocatorthread is still searching for the applet.SEE ALSO
TheJMNewAppletLocatorFromInfofunction (page 35).The
JMNewAppletLocatorfunction (page 35).