IPXS_PDFVariant::Dict_GetName Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Dict_GetName([in] LPWSTR sKey, [in] BSTR sDefVal, [out, retval] BSTR* sVal);
Parameters
- sKey
- [in] Value of LPWSTR.
- sDefVal
- [in] Value of BSTR.
- sVal
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.