IPXC_XMPMetadata::GetArrayItem Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IPXC_XMPMetadata