IPXV_Inst::GetHandlerForAction Method
From PDF XChange PDF SDK
Gets the PDF-action handler by action type identifier.
Syntax
HRESULT GetHandlerForAction([in] ULONG nActionType, [out, retval] IPXV_ActionHandler** pHandler);
Parameters
- nActionType
- [in] Action type identifier to locate handler.
- pHandler
- [out, retval] Returns pointer to corresponding IPXV_ActionHandler object.
Return Value
Returns S_OK if operation was successful or error code in other cases.