IUIX_CmdMenu::FindFirstCmd Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdMenu::FindFirstCmd Method}} | {{#customTitle:IUIX_CmdMenu::FindFirstCmd Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdMenu|method}} | + | {{#parentPage:PXV:IUIX_CmdMenu|FindFirstCmd Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT FindFirstCmd([in] LONG nCmdID, [in, defaultvalue(-1)] VARIANT_BOOL bRecursive, [out, retval] IUIX_Cmd** ppCmd);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT FindFirstCmd([in] LONG nCmdID, |
+ | [in, defaultvalue(-1)] VARIANT_BOOL bRecursive, | ||
+ | [out, retval] IUIX_Cmd** ppCmd);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nCmdID |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;bRecursive |
:[in, defaultvalue(-1)] Value of VARIANT_BOOL. | :[in, defaultvalue(-1)] Value of VARIANT_BOOL. | ||
− | ; | + | ;ppCmd |
:[out, retval] Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]]. | :[out, retval] Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]]. | ||
Revision as of 05:38, 23 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT FindFirstCmd([in] LONG nCmdID, [in, defaultvalue(-1)] VARIANT_BOOL bRecursive, [out, retval] IUIX_Cmd** ppCmd);
Parameters
- nCmdID
- [in] Value of LONG.
- bRecursive
- [in, defaultvalue(-1)] Value of VARIANT_BOOL.
- ppCmd
- [out, retval] Pointer to IUIX_Cmd.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_CmdMenu.