IUIX_CmdMenu::CopyItemsFrom Method

From PDF XChange PDF SDK
Revision as of 07:17, 31 March 2016 by Palamar (Talk | contribs)

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


Copies menu items from the given command menu.

Syntax

HRESULT CopyItemsFrom([in]  IUIX_CmdMenu*  pSrcMenu);

Parameters

pSrcMenu
[in] Pointer to IUIX_CmdMenu containing the source command menu.

Return Value

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

See Also

IUIX_CmdMenu