IPXC_Document::GetFunctionByHandle Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetFunctionByHandle([in] ULONG nHandle, [out, retval] IPXC_Function** pFunction);
Parameters
- nHandle
- [in] Value of ULONG.
- pFunction
- [out, retval] Pointer to IPXC_Function.
Return Value
Returns S_OK if operation was successful or error code in other cases.