IPXV_Document::CustomData Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property CustomData of interface IPXV_Document returns/sets Pointer to IUnknown* ...

Syntax

HRESULT get_CustomData([in]           ULONG_PTR   nKey,
                       [out, retval]  IUnknown**  pData);
HRESULT put_CustomData([in]  ULONG_PTR  nKey,
                       [in]  IUnknown*  pData);

Parameters

nKey
[in] Value of ULONG_PTR.

See Also

IPXV_Document