This command initializes the specified
output instance and prepares it for output using the specified device.
This command must be used before any
other sound output command.
To reverse this command, use mnFinishOutput to shut down the output instance.
int InstanceID: The output instance ID that this command should
use.
unsigned int OutputDevice: The output device to use. Set this to 4294967295 (unsigned integer maximum) and DarkNet will automatically choose an output device. See “Device Information” for more information on output devices.
0 if no error occurred.
-1 if an error occurred.
DBP
C++
.Net