Platform SDK: DirectX

DirectMusicPerformance.GetMasterAutoDownload

The DirectMusicPerformance.GetMasterAutoDownload method retrieves the current setting for automatic downloading of instruments.

object.GetMasterAutoDownload() As Boolean

Parameters

object
Object expression that resolves to a DirectMusicPerformance object.

Return Values

If the method succeeds, it returns True if autodownloading is on, and False otherwise. The default value is False.

Error Codes

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

See Also

DirectMusicPerformance.SetMasterAutoDownload, DirectMusicSegment.SetAutoDownloadEnable