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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::IsMetaOperationGranded Method}}
 
{{#customTitle:IPXC_Document::IsMetaOperationGranded Method}}
{{#parentPage:PXV:IPXC_Document|IsMetaOperationGranded Method|method}}
+
{{#parentPage:PXV:IPXC_Document#Methods|IsMetaOperationGranded|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
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.
  
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 03:25, 15 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