IUIX_CmdCollection::Find Method

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

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


Finds command in the command collection by given command ID.

Syntax

HRESULT Find([in]           BSTR        sID,
             [out, retval]  IUIX_Cmd**  pCmd);

Parameters

sID
[in] Value of BSTR containing the ID of the command that needs to be found.
pCmd
[out, retval] Pointer to IUIX_Cmd containing the resulting command.

Return Value

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

See Also

IUIX_CmdCollection