IPXV_PresetsIoCallbacks::OnEditPresetItem Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnEditPresetItem([in] ICabNode* pSrcData, [in] BSTR pID, [in, out] BSTR* ppName, [in, out] BSTR* ppDesc);
Parameters
- pSrcData
- [in] Pointer to ICabNode.
- pID
- [in] Value of BSTR.
- ppName
- [in, out] Pointer to BSTR.
- ppDesc
- [in, out] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.