IMemBlock::Capacity Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | 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);