IPXS_Inst::NewVar_NameAtom Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT NewVar_NameAtom([in] ULONG nAtom, [in, optional] IPXS_Document* pDoc, [in, optional] VARIANT_BOOL bIndirect, [out, retval] IPXS_PDFVariant** pVar);
Parameters
- nAtom
- [in] Value of ULONG.
- 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.