IMemBlock::Capacity Property
From PDF XChange PDF SDK
(Parent page removed) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IMemBlock::Capacity Property}} | {{#customTitle:IMemBlock::Capacity Property}} | ||
+ | {{#parentPage:PXV:IMemBlock#Properties|Capacity|property}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Capacity([out, retval] ULONG_PTR* | + | <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 02:17, 15 June 2015
Property Capacity of interface IMemBlock returns Value of ULONG_PTR ...
Syntax
HRESULT get_Capacity([out, retval] ULONG_PTR* nTotalBytesCount);