IMemBlock::Capacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
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 get_Capacity([out, retval]  ULONG_PTR*  TotalBytesCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Capacity([out, retval]  ULONG_PTR*  nTotalBytesCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IMemBlock|IMemBlock]]
 
[[PXV:IMemBlock|IMemBlock]]

Latest revision as of 03:17, 15 June 2015


Property Capacity of interface IMemBlock returns Value of ULONG_PTR ...

Syntax

HRESULT get_Capacity([out, retval]  ULONG_PTR*  nTotalBytesCount);

See Also

IMemBlock