Platform SDK: DirectX

DirectMusicStyle.GetDefaultBand

The DirectMusicStyle.GetDefaultBand method gets the default band for the style .

object.GetDefaultBand() As DirectMusicBand

Parameters

object
Object expression that resolves to a DirectMusicStyle object.
name
Name assigned to the band by the author of the style.

Return Values

If the method succeeds, it returns a DirectMusicBand object.

Error Codes

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

See Also

DirectMusicStyle.GetBand