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

Public Types | |
| enum | { kDefaultIID = IID_IPMRSRCIDLISTDATA } |
Public Member Functions | |
| virtual void | Append (PMRsrcID k)=0 |
| virtual PMRsrcID | Get (int32 n)=0 |
| virtual uint32 | Length ()=0 |
| virtual void | Clear ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Contains a list of PMRsrcId, usually a list of icon resources
| pure virtual |
Use to add a new resource id
| k | - the new resource id to be added |
| pure virtual |
remove all the entries in the array
| pure virtual |
Get the nth resource id
| n | - the integer you want (must be less than Length - 1) |
| pure virtual |
Get the number of resource ids currently stored