IAUX_Inst::IsNotImpl Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 10: 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.
  

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