IUIX_CmdManager::GetContextMenuNotifyInfo Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::GetContextMenuNotifyInfo Method}}
 
{{#customTitle:IUIX_CmdManager::GetContextMenuNotifyInfo Method}}
Line 24: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].

Revision as of 07:08, 20 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetContextMenuNotifyInfo([out]  IUIX_Obj**     ppOwner,
                                 [out]  POINT*         pOrigin,
                                 [out]  VARIANT_BOOL*  pFromKeyboard);

Parameters

ppOwner
[out] Pointer to IUIX_Obj.
pOrigin
[out] Pointer to POINT.
pFromKeyboard
[out] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IUIX_CmdManager.