IPXV_PrivateDataStorage::SetData Method

From PDF XChange PDF SDK
Revision as of 05:59, 5 April 2017 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 SetData([in]                   GUID*       stComponent,
                [in]                   LPWSTR      sSection,
                [in]                   LPWSTR      sResource,
                [in]                   IMemBlock*  pData,
                [in, defaultvalue(0)]  HANDLE_T    hWndParent,
                [in, defaultvalue(0)]  LONG        nFlags);

Parameters

stComponent
[in] Pointer to GUID.
sSection
[in] Value of LPWSTR.
sResource
[in] Value of LPWSTR.
pData
[in] Pointer to IMemBlock.
hWndParent
[in, defaultvalue(0)] Value of HANDLE_T.
nFlags
[in, defaultvalue(0)] Value of LONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_PrivateDataStorage