DisposeToken
TheDisposeTokenmethod deallocates the internal structures of the specified token.
void DisposeToken (in ODOSLToken theToken);
theToken- A reference to the token to be deallocated.
DISCUSSION
This method calls the semantic interface of the part that created the token to dispose of the token's internal data structures. If the semantic interface'sCallDisposeTokenProcmethod does not handle the event, this method handles the disposal of the token.EXCEPTIONS
This method may throw platform-specific exceptions.SEE ALSO
TheODSemanticInterface::CallDisposeTokenProcmethod (page 589).