IMemBlock::Capacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IMemBlock::Capacity Property}}
 
{{#customTitle:IMemBlock::Capacity Property}}
 +
{{#parentPage:PXV:IMemBlock#Properties|Capacity|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Capacity''' of interface [[PXV:IMemBlock|IMemBlock]] returns  Value of ULONG_PTR ...
 
Property '''Capacity''' of interface [[PXV:IMemBlock|IMemBlock]] returns  Value of ULONG_PTR ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Capacity([out, retval] ULONG_PTR* pTotalBytesCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Capacity([out, retval] ULONG_PTR* nTotalBytesCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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