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