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

Public Types | |
| enum | { kDefaultIID = IID_IAGMPORTDATA } |
Public Member Functions | |
| virtual void | SetPort (AGMPort *port)=0 |
| virtual AGMPort * | GetPort () const =0 |
| virtual int32 | GetPortType () 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 |
Simple data interface for storing an AGMPort. The port is implicitly ref counted.
| pure virtual |
Returns the current port.
| pure virtual |
Returns the port's type.
Note: Port types are for internal use only and are intentionally not documented.
| pure virtual |
Sets the current AGM port ptr. Implicitly adds a reference to the port.
| port | IN The port to store |