IUIX_CmdManager::Cmd Property

From PDF XChange PDF SDK
Revision as of 07:15, 4 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Cmd of interface IUIX_CmdManager returns Pointer to IUIX_Cmd containing the command that corresponds to the given command ID.

Syntax

HRESULT get_Cmd([in]           LONG        nCmdID,
                [out, retval]  IUIX_Cmd**  pCmd);

Parameters

nCmdID
[in] Value of LONG containing the command's ID.

See Also

IUIX_CmdManager