IUIX_ColorsTable::pOp Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Serg moved page IUIX_ColorsTable::pOp Method to IUIX_ColorsTable::pOp Method without leaving a redirect)
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_ColorsTable::pOP Method}}
+
{{#customTitle:IUIX_ColorsTable::pOp Method}}
{{#parentPage:PXV:IUIX_ColorsTable#Methods|pOP|method}}
+
{{#parentPage:PXV:IUIX_ColorsTable#Methods|pOp|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT pOP([in]  LONG  Key);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT pOp([in]  LONG  nKey);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Key
+
;nKey
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  

Latest revision as of 05:50, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT pOp([in]  LONG  nKey);

Parameters

nKey
[in] Value of LONG.

Return Value

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

See Also

IUIX_ColorsTable