IPXS_Document::IsLocked Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document::IsLocked Property}}
 
{{#customTitle:IPXS_Document::IsLocked Property}}
{{#parentPage:PXV:IPXS_Document#Properties|IsLocked Property|property}}
+
{{#parentPage:PXV:IPXS_Document#Properties|IsLocked|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsLocked''' of interface [[PXV:IPXS_Document|IPXS_Document]] returns  Value of VARIANT_BOOL ...
+
Property '''bIsLocked''' of interface [[PXV:IPXS_Document|IPXS_Document]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsLocked([out, retval]  VARIANT_BOOL*  pIsLocked);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsLocked([out, retval]  VARIANT_BOOL*  bIsLocked);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXS_Document|IPXS_Document]].
+
[[PXV:IPXS_Document|IPXS_Document]]

Latest revision as of 03:40, 15 June 2015


Property bIsLocked of interface IPXS_Document returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsLocked([out, retval]  VARIANT_BOOL*  bIsLocked);

See Also

IPXS_Document