Microsoft DirectX 8.1 (Visual Basic) |
The GetMasterAutoDownload method retrieves the current setting for automatic downloading of instruments.
object.GetMasterAutoDownload() As Boolean
Parts
object
Resolves to a DirectMusicPerformance8 object.
Return Values
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