Microsoft DirectX 8.0 (Visual Basic)

DirectMusicPerformance8.SetMasterAutoDownload

Turns automatic downloading of instruments on or off.

object.SetMasterAutoDownload(b As Boolean)

Parts

object
Resolves to a DirectMusicPerformance8 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

DirectMusicPerformance8.GetMasterAutoDownload, DirectMusicSegment8.SetAutoDownloadEnable