IPXS_PDFVariant::Dict_GetStringA Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Dict_GetStringA([in] ULONG Atom, [in] BSTR DefVal, [out, retval] BSTR* Val);
Parameters
- Atom
- [in] Value of ULONG.
- 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.