IMemBlock::Size Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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::Size Property}}
 
{{#customTitle:IMemBlock::Size Property}}
 +
{{#parentPage:PXV:IMemBlock#Properties|Size|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  ULONG_PTR*  pBytesCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  ULONG_PTR*  nBytesCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IMemBlock|IMemBlock]].
+
[[PXV:IMemBlock|IMemBlock]]

Latest revision as of 03:17, 15 June 2015


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

Syntax

HRESULT get_Size([out, retval]  ULONG_PTR*  nBytesCount);

See Also

IMemBlock