IUIX_Inst::IsObjOnPopupMenu Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Inst::IsObjOnPopupMenu Method}}
 
{{#customTitle:IUIX_Inst::IsObjOnPopupMenu Method}}
{{#parentPage:PXV:IUIX_Inst|IsObjOnPopupMenu Method|method}}
+
{{#parentPage:PXV:IUIX_Inst#Methods|IsObjOnPopupMenu|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT IsObjOnPopupMenu([in]          IUIX_Obj*      pObj,
 
<pre class="brush:cpp;gutter:false">HRESULT IsObjOnPopupMenu([in]          IUIX_Obj*      pObj,
                         [out, retval]  VARIANT_BOOL*  pRes);</pre>
+
                         [out, retval]  VARIANT_BOOL*  bRes);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pObj
 
;pObj
 
:[in]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
 
:[in]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
;pRes
+
;bRes
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
:[out, retval]  Pointer to VARIANT_BOOL.
  
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]]

Latest revision as of 04:25, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsObjOnPopupMenu([in]           IUIX_Obj*      pObj,
                         [out, retval]  VARIANT_BOOL*  bRes);

Parameters

pObj
[in] Pointer to IUIX_Obj.
bRes
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IUIX_Inst