Microsoft DirectX 8.1 (Visual Basic)

DirectMusicSegment8.Unload

The Unload method unloads instruments that were downloaded to the port by the DirectMusicSegment8.Download method.

object.Unload(downloadpath As Unknown)

Parts

object

Resolves to a DirectMusicSegment8 object.

downloadpath

DirectMusicAudioPath8 or DirectMusicPerformance8 object from which to unload instruments.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

See Also