class Windows::SoundStructs::HWAVEOUT

Define an HWAVEOUT struct for use by all the waveOut functions. It is a handle to a waveOut stream, so starting up multiple streams using different handles allows for simultaneous playback. You never need to actually look at the struct, C takes care of its value.