Platform SDK: DirectX

DirectMusicPerformance.SetMasterAutoDownload

The DirectMusicPerformance.SetMasterAutoDownload method turns automatic downloading of instruments on or off.

object.SetMasterAutoDownload(b As Boolean)

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.
b
True to turn autodownloading on, False to turn it off. The default value is False.

Error Codes

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

See Also

DirectMusicPerformance.GetMasterAutoDownload, DirectMusicSegment.SetAutoDownloadEnable