IUIX_CmdManager::Cmd Property

From PDF XChange PDF SDK
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