:: com :: sun :: star :: mozilla ::

interface XPluginInstanceSyncPeer
Description
This interface is an extention for XPluginInstancePeer interface. An object can support this interface in addition to XPluginInstancePeer interface.

Methods' Summary
openNewBrowserWindow Opens a new browser window with a plugin instance synchronously.  
Methods' Details
openNewBrowserWindow
void
openNewBrowserWindow( [out] XPluginInstance  aInstance,
[out] any  aLinkage,
[out] boolean  embeded );

Description
Opens a new browser window with a plugin instance synchronously.
Parameter aInstance
[out]: new plugin instance in case of success
Parameter Any
[out]: linkage to the window data
Parameter embedded
[out]: selects embedded or full page plugin mode
Top of Page