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