A3DMkpLinkForMarkupReferenceGet

A3DStatus A3DMkpLinkForMarkupReferenceGet(const A3DMkpMarkup *pMarkup, A3DUns32 *puiLinkedItemsSize, A3DMiscMarkupLinkedItem ***ppLinkedItems)
A3DStatus A3DMkpLinkForMarkupReferenceGet(const A3DMkpMarkup* pMarkup, A3DUns32* puiLinkedItemsSize, A3DMiscMarkupLinkedItem* **ppLinkedItems)

Get links corresponding to the A3DMkpMarkup references This function allocates and returns an array of A3DMiscMarkupLinkedItem.

To free the allocated array, the function must be called again with pMarkup as NULL.

Parameters

pMarkup: The A3DMkpMarkup entity to get linked item list from. If NULL, pppLinkedItems is freed instead of being allocated.

puiLinkedItemsSize: The number of A3DMiscMarkupLinkedItem in the resulting array.

ppLinkedItems: The resulting array.

Returns

A3D_SUCCESS on success, or an error code on failure