IRangeHelper::MaxSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IRangeHelper::MaxSize Property}}
 
{{#customTitle:IRangeHelper::MaxSize Property}}
 +
{{#parentPage:PXV:IRangeHelper#Properties|MaxSize|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''MaxSize''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Value of ULONG ...
+
Property '''nMaxSize''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Value of ULONG ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MaxSize([out, retval] ULONG* pMaxSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaxSize([out, retval] ULONG* nMaxSize);
HRESULT put_MaxSize([in] ULONG pMaxSize);
+
HRESULT put_MaxSize([in] ULONG nMaxSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IRangeHelper|IRangeHelper]].
+
[[PXV:IRangeHelper|IRangeHelper]]

Latest revision as of 04:10, 15 June 2015


Property nMaxSize of interface IRangeHelper returns/sets Value of ULONG ...

Syntax

HRESULT get_MaxSize([out, retval]  ULONG*  nMaxSize);
HRESULT put_MaxSize([in]  ULONG  nMaxSize);

See Also

IRangeHelper