IPXS_PDFVariant::Dict_GetString Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Dict_GetString([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.

See Also

IPXS_PDFVariant