IPXS_Inst::NewVar Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT NewVar([in] VARIANT** pData, [in, optional] IPXS_Document* pDoc, [in, optional] VARIANT_BOOL bIndirect, [out, retval] IPXS_PDFVariant** pVar);
Parameters
- pData
- [in] Pointer to VARIANT*.
- pDoc
- [in, optional] Pointer to IPXS_Document.
- bIndirect
- [in, optional] Value of VARIANT_BOOL.
- pVar
- [out, retval] Pointer to IPXS_PDFVariant.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXS_Inst.