IPXC_Document::IsMetaOperationGranded Method
From PDF XChange PDF SDK
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 | + | <pre class="brush:cpp;gutter:false">HRESULT IsMetaOperationGranded([in] PXC_DocumentMetaOper oper, |
− | [out, retval] VARIANT_BOOL* | + | [out, retval] VARIANT_BOOL* Granded);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;oper |
:[in] Value of [[PXV:PXC_DocumentMetaOper|PXC_DocumentMetaOper]]. | :[in] Value of [[PXV:PXC_DocumentMetaOper|PXC_DocumentMetaOper]]. | ||
− | ; | + | ;Granded |
:[out, retval] Pointer to VARIANT_BOOL. | :[out, retval] Pointer to VARIANT_BOOL. | ||
Revision as of 06:01, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT IsMetaOperationGranded([in] PXC_DocumentMetaOper oper, [out, retval] VARIANT_BOOL* Granded);
Parameters
- oper
- [in] Value of PXC_DocumentMetaOper.
- Granded
- [out, retval] Pointer to VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.