Adds an Iptc dataset via a pointer.
Visual Basic |
---|
Public Sub IptcAddDataSetPtr( _ ByVal Record As Byte, _ ByVal DataSetId As Byte, _ ByVal DataSetType As Long, _ ByVal Count As Long, _ ByRef NewData As Byte _ ) |
- Record
- A byte value which represents a record.
- DataSetId
- A byte value which represents the Iptc dataset ID to add.
- DataSetType
- A long value which represents the dataset type.
- Count
- A long value which represents the number of dataset items.
- NewData
- The address of a byte array of size Count which contains the new data to add.
Note: Available in Professional Edition.