![]() | InDesign SDK 20.5 |
#include <ICloseWinCmdData.h>

Public Member Functions | |
| virtual void | Set (IWindow *win)=0 |
| virtual IWindow * | GetWindow () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is used to get/set window for several close window related commands, e.g., kCloseWinCmdBoss, kCloseDialogCmdBoss.
| pure virtual |
Get the window we operate on.
| pure virtual |
Set the window we operate on.
| win | refers to the window we operate on. |