| 154 | // ------------------------------------------------------------------------------------------------- |
| 155 | |
| 156 | void |
| 157 | WXMPIterator_Skip_1 ( XMPIteratorRef iterRef, |
| 158 | XMP_OptionBits options, |
| 159 | WXMP_Result * wResult ) |
| 160 | { |
| 161 | XMP_ENTER_WRAPPER ( "WXMPIterator_Skip_1" ) |
| 162 | |
| 163 | XMPIterator * iter = WtoXMPIterator_Ptr ( iterRef ); |
| 164 | iter->Skip ( options ); |
| 165 | |
| 166 | XMP_EXIT_WRAPPER |
| 167 | } |
| 168 | |
| 169 | // ------------------------------------------------------------------------------------------------- |
| 170 |