| IWaveCallbackStrategyWaveOutOpen Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxMMResult WaveOutOpen(
	out IntPtr waveOutHandle,
	int deviceNumber,
	WaveFormat waveFormat
)
Function WaveOutOpen ( 
	<OutAttribute> ByRef waveOutHandle As IntPtr,
	deviceNumber As Integer,
	waveFormat As WaveFormat
) As MMResult
MMResult WaveOutOpen(
	[OutAttribute] IntPtr% waveOutHandle, 
	int deviceNumber, 
	WaveFormat^ waveFormat
)
abstract WaveOutOpen : 
        waveOutHandle : IntPtr byref * 
        deviceNumber : int * 
        waveFormat : WaveFormat -> MMResult 
Parameters
- waveOutHandle
 - Type: SystemIntPtr
 - deviceNumber
 - Type: SystemInt32
 - waveFormat
 - Type: Ozeki.MediaWaveFormat
 
Return Value
Type: 
MMResult
See Also