IUIX_CmdManager::IsNotifyFromAccel Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdManager::IsNotifyFromAccel Method}}
 
{{#customTitle:IUIX_CmdManager::IsNotifyFromAccel Method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromAccel|method}}
 
{{#parentPage:PXV:IUIX_CmdManager#Methods|IsNotifyFromAccel|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Indicates whether the notification was send by executing the keyboard shortcut.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;bFlag
 
;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:59, 4 April 2016


Indicates whether the notification was send by executing the keyboard shortcut.

Syntax

HRESULT IsNotifyFromAccel([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.

See Also

IUIX_CmdManager