IMemBlock::Data Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Data''' of interface [[PXV:IMemBlock|IMemBlock]] returns  Pointer to void ...
+
Property '''pData''' of interface [[PXV:IMemBlock|IMemBlock]] returns  Pointer to void ...
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:17, 15 June 2015


Property pData of interface IMemBlock returns Pointer to void ...

Syntax

HRESULT get_Data([out, retval]  void**  pData);

See Also

IMemBlock