IPXC_BackgroundParams::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_BackgroundParams::Flags Property}}
 
{{#customTitle:IPXC_BackgroundParams::Flags Property}}
  
Property '''Flags''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets  Value of ULONG ...
+
Gets/sets background operation [[PXV:PXC_BackgroundFlags|flags]].
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:40, 15 April 2015

Gets/sets background operation flags.

Syntax

HRESULT get_Flags([out, retval] ULONG* pFlags);
HRESULT put_Flags([in] ULONG pFlags);

See Also

See also IPXC_BackgroundParams.