IHostApplication::getMainWindow
tresult PLUGIN_API getMainWindow (void** window)
Sets the window parameter to the host application's main window handle.
The datatype is platform-dependent: in Windows it is an HWND, on the MAC platform it is a WindowRef.
The Plug-In can use this handle e.g. as parent for modal dialogs.
Last Modified: