IPXV_SoundManager::SoundPlay Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SoundPlay([in] PARAM_T nUserID, [in] IPXC_Sound* pSound, [in] double nVolume, [in] VARIANT_BOOL bMix, [in] VARIANT_BOOL bRepeat, [in] VARIANT_BOOL bSync);
Parameters
- nUserID
- [in] Value of PARAM_T.
- pSound
- [in] Pointer to IPXC_Sound.
- nVolume
- [in] Value of double.
- bMix
- [in] Value of VARIANT_BOOL.
- bRepeat
- [in] Value of VARIANT_BOOL.
- bSync
- [in] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.