IPXC_Action_Sound::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Action_Sound::Flags Property}} | {{#customTitle:IPXC_Action_Sound::Flags Property}} | ||
{{#parentPage:PXV:IPXC_Action_Sound#Properties|Flags|property}} | {{#parentPage:PXV:IPXC_Action_Sound#Properties|Flags|property}} | ||
+ | {{ToReview}} | ||
− | Gets/sets the sound object [[PXV:PXC_Action_Sound_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 == |
Latest revision as of 22: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);