IUIX_CmdManager::IsNotifyFromToolbar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
(→Parameters) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::IsNotifyFromToolbar Method}} | {{#customTitle:IUIX_CmdManager::IsNotifyFromToolbar Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromToolbar | + | {{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromToolbar|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Indicates whether the notification was send by the toolbar command execution. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromToolbar([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT IsNotifyFromToolbar([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:02, 4 April 2016
Indicates whether the notification was send by the toolbar command execution.
Syntax
HRESULT IsNotifyFromToolbar([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.