SetShellSemtInterface
Document ShellThe
SetShellSemtInterfacemethod replaces the document shell's semantic interface object for this session.
void SetShellSemtInterface ( in ODSemanticInterface shellSemanticInterface);
shellSemanticInterface- A reference to the document shell's new semantic interface object.
DISCUSSION
The session releases the existing semantic interface object before acquiring a new one.This method may be called only by a shell plug-in's
ODShellPluginInstallfunction.SEE ALSO
The ODSemanticInterface class (page 579).
TheODShellPluginInstallfunction (page 952).
For more information on semantic interfaces, see the chapter on semantic events and scripting in theOpenDoc Programmer's Guide for the MacOS .