IPXC_XMPMetadata::GetArrayItem Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetArrayItem([in] LPWSTR Namespace, [in] LPWSTR Path, [in] ULONG Index, [out, retval] BSTR* Value);
Parameters
- Namespace
- [in] Value of LPWSTR.
- Path
- [in] Value of LPWSTR.
- Index
- [in] Value of ULONG.
- Value
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.