IPXV_PresetsIoCallbacks::OnAddNewPresetItem Method

From PDF XChange PDF SDK
Revision as of 06:43, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The method of interface of PDF-XChange Editor SDK.

Syntax

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

See Also

See also IPXV_PresetsIoCallbacks.