IUIX_Progress::State Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Progress::State Property}}
 
{{#customTitle:IUIX_Progress::State Property}}
 
{{#parentPage:PXV:IUIX_Progress|State Property|property}}
 
{{#parentPage:PXV:IUIX_Progress|State Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''State''' of interface [[PXV:IUIX_Progress|IUIX_Progress]] returns/sets  Value of LONG ...
+
Sets object of [[PXV:IUIX_Progress|IUIX_Progress]] interface to one available in [[PXV:UIX_ProgressState|UIX_ProgressState enumeration]] states.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Progress|IUIX_Progress]].
+
See also [[PXV:IUIX_Progress|IUIX_Progress]], [[PXV:UIX_ProgressState|UIX_ProgressState]].

Revision as of 01:26, 14 May 2015


Sets object of IUIX_Progress interface to one available in UIX_ProgressState enumeration states.

Syntax

HRESULT get_State([out, retval]  LONG*  pState);
HRESULT put_State([in]  LONG  pState);

See Also

See also IUIX_Progress, UIX_ProgressState.