IUIX_CmdManager::IsNotifyFromMenu Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdManager::IsNotifyFromMenu Method}} | {{#customTitle:IUIX_CmdManager::IsNotifyFromMenu Method}} | ||
{{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromMenu|method}} | {{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromMenu|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Indicates whether the notification was send by the menu command execution. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromMenu([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromMenu([out, retval] VARIANT_BOOL* bFlag);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;bFlag |
− | :[out, retval] Pointer to VARIANT_BOOL. | + | :[out, retval] Pointer to VARIANT_BOOL containing the result. |
== Return Value == | == Return Value == |
Latest revision as of 06:01, 4 April 2016
Indicates whether the notification was send by the menu command execution.
Syntax
HRESULT IsNotifyFromMenu([out, retval] VARIANT_BOOL* bFlag);
Parameters
- bFlag
- [out, retval] Pointer to VARIANT_BOOL containing the result.
Return Value
Returns S_OK if operation was successful or error code in other cases.