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

Public Types | |
| enum | { kDefaultIID = IID_ISTRIPFOREIGNMETADATACMDDATA } |
Public Member Functions | |
| virtual void | Set (IPMUnknown *targetObject)=0 |
| virtual IPMUnknown * | QueryTargetObject (const PMIID &iid) 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 |
A data interface used by StripForeignMetaDataCmd.
| pure virtual |
Query an interface on the target object.
| iid | IN The ID of the interface to query. |
| pure virtual |
Set the command data.
| targetObject | IN The target object of the command. It must have a IID_IMETADATA interface. |