IPXV_SoundManager::StopAllSounds Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXV_SoundManager::StopAllSounds Method}}
 +
{{#parentPage:PXV:IPXV_SoundManager#Methods|StopAllSounds|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT StopAllSounds([in]  PARAM_T  nUserID);</pre>
 +
 +
== Parameters ==
 +
;nUserID
 +
:[in]  Value of PARAM_T.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IPXV_SoundManager|IPXV_SoundManager]]

Latest revision as of 01:30, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT StopAllSounds([in]  PARAM_T  nUserID);

Parameters

nUserID
[in] Value of PARAM_T.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_SoundManager