IPXV_Tool::CanActivateForDocument Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool::CanActivateForDocument Method}}
 
{{#customTitle:IPXV_Tool::CanActivateForDocument Method}}
{{#parentPage:PXV:IPXV_Tool|method}}
+
{{#parentPage:PXV:IPXV_Tool#Methods|CanActivateForDocument|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CanActivateForDocument([in] IPXV_Document* pDoc, [out, retval] VARIANT_BOOL* pCanBeActivated);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CanActivateForDocument([in]           IPXV_Document* pDoc,
 +
                              [out, retval] VARIANT_BOOL*   bCanBeActivated);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDoc''
+
;pDoc
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
;''pCanBeActivated''
+
;bCanBeActivated
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
:[out, retval]  Pointer to VARIANT_BOOL.
  
Line 20: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Tool|IPXV_Tool]].
+
[[PXV:IPXV_Tool|IPXV_Tool]]

Latest revision as of 04:08, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CanActivateForDocument([in]           IPXV_Document*  pDoc,
                               [out, retval]  VARIANT_BOOL*   bCanBeActivated);

Parameters

pDoc
[in] Pointer to IPXV_Document.
bCanBeActivated
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXV_Tool