IUIX_CmdCollection::AddNew2 Method

From PDF XChange PDF SDK
Jump to: navigation, search


Adds new command to the command collection by the given command ID.

Syntax

HRESULT AddNew2([in]           LONG              nID,
                [in]           LONG              nTargetID,
                [in]           IUIX_CmdHandler*  pHandler,
                [out, retval]  IUIX_Cmd**        pNewCmd);

Parameters

nID
[in] Value of LONG containing the command's ID.
nTargetID
[in] Value of LONG containing the target's ID.
pHandler
[in] Pointer to IUIX_CmdHandler containing the command's handler.
pNewCmd
[out, retval] Pointer to IUIX_Cmd containing the newly added command.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdCollection