IAUX_Inst::IsNotImpl Method

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

Latest revision as of 03:12, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsNotImpl([in]           HRESULT        nErrCode,
                  [out, retval]  VARIANT_BOOL*  bRes);

Parameters

nErrCode
[in] Value of HRESULT.
bRes
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IAUX_Inst