IPXV_AnnotStateModel::DefaultItem Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AnnotStateModel::DefaultItem Property}}
 
{{#customTitle:IPXV_AnnotStateModel::DefaultItem Property}}
{{#parentPage:PXV:IPXV_AnnotStateModel|property}}
+
{{#parentPage:PXV:IPXV_AnnotStateModel#Properties|DefaultItem|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultItem([out, retval] LONG* pDefIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultItem([out, retval] LONG* nDefIndex);
HRESULT put_DefaultItem([in] LONG pDefIndex);
+
HRESULT put_DefaultItem([in] LONG nDefIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]].
+
[[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]]

Latest revision as of 03:46, 15 June 2015


Property DefaultItem of interface IPXV_AnnotStateModel returns/sets Value of LONG ...

Syntax

HRESULT get_DefaultItem([out, retval]  LONG*  nDefIndex);
HRESULT put_DefaultItem([in]  LONG  nDefIndex);

See Also

IPXV_AnnotStateModel