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 25: Line 25:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

Revision as of 05:30, 23 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