IPXC_Document::IsMetaOperationGranded Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT IsMetaOperationGranded([in]          PXC_DocumentMetaOper  oper,
+
<pre class="brush:cpp;gutter:false">HRESULT IsMetaOperationGranded([in]          PXC_DocumentMetaOper  nOper,
                               [out, retval]  VARIANT_BOOL*        pGranded);</pre>
+
                               [out, retval]  VARIANT_BOOL*        bGranded);</pre>
  
 
== Parameters ==
 
== Parameters ==
;oper
+
;nOper
 
:[in]  Value of [[PXV:PXC_DocumentMetaOper|PXC_DocumentMetaOper]].
 
:[in]  Value of [[PXV:PXC_DocumentMetaOper|PXC_DocumentMetaOper]].
;pGranded
+
;bGranded
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
:[out, retval]  Pointer to VARIANT_BOOL.
  

Revision as of 02:15, 4 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsMetaOperationGranded([in]           PXC_DocumentMetaOper  nOper,
                               [out, retval]  VARIANT_BOOL*         bGranded);

Parameters

nOper
[in] Value of PXC_DocumentMetaOper.
bGranded
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXC_Document