IPXV_SoundManager::ResumeSound 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::ResumeSound Method}}
 +
{{#parentPage:PXV:IPXV_SoundManager#Methods|ResumeSound|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT ResumeSound([in]  PARAM_T      nUserID,
 +
                    [in]  IPXC_Sound*  pSound);</pre>
 +
 +
== Parameters ==
 +
;nUserID
 +
:[in]  Value of PARAM_T.
 +
;pSound
 +
:[in]  Pointer to [[PXV:IPXC_Sound|IPXC_Sound]].
 +
 +
== 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 ResumeSound([in]  PARAM_T      nUserID,
                    [in]  IPXC_Sound*  pSound);

Parameters

nUserID
[in] Value of PARAM_T.
pSound
[in] Pointer to IPXC_Sound.

Return Value

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

See Also

IPXV_SoundManager