IOperationHistory::MaxUsedMemSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationHistory::MaxUsedMemSize Property}}
 
{{#customTitle:IOperationHistory::MaxUsedMemSize Property}}
Line 13: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IOperationHistory|IOperationHistory]].
+
[[PXV:IOperationHistory|IOperationHistory]].

Revision as of 04:54, 20 May 2015


Property MaxUsedMemSize of interface IOperationHistory returns/sets Value of ULONGLONG ...

Syntax

HRESULT get_MaxUsedMemSize([out, retval]  ULONGLONG*  pMaxUsedMemSize);
HRESULT put_MaxUsedMemSize([in]  ULONGLONG  pMaxUsedMemSize);

See Also

IOperationHistory.