IPXC_Action_Sound::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Sound::Flags Property}}
 
{{#customTitle:IPXC_Action_Sound::Flags Property}}
{{#parentPage:PXV:IPXC_Action_Sound|Flags Property|property}}
+
{{#parentPage:PXV:IPXC_Action_Sound#Properties|Flags|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets the sound object [[PXV:PXC_Action_Sound_Flags|flags]].
+
Gets/sets the sound object flags. These flags are combination of [[PXV:PXC_Action_Sound_Flags|PXC_Action_Sound_Flags]] enumeration values.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 13:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Sound|IPXC_Action_Sound]].
+
[[PXV:IPXC_Action_Sound|IPXC_Action_Sound]]

Latest revision as of 23:58, 30 November 2017


Gets/sets the sound object flags. These flags are combination of PXC_Action_Sound_Flags enumeration values.

Syntax

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

See Also

IPXC_Action_Sound