Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
740 B

  1. // Dx8Style.h : New for DX8
  2. //
  3. // Copyright (c) 1999-1999 Microsoft Corporation
  4. //
  5. // @doc EXTERNAL
  6. //
  7. //
  8. #ifndef __DX8STYLE_H_
  9. #define __DX8STYLE_H_
  10. /*
  11. @interface IDirectMusicStyle8 |
  12. The <i IDirectMusicStyle8> interface extends the <i IDirectMusicStyle> interface.
  13. @base public | IUnknown
  14. @meth HRESULT | ComposeMelodyFromTemplate | Creates a sequence segment from a
  15. style and a Melody template (containing a Melody Generation track, a Chord track,
  16. and an optional Style track). Clones the segment and adds a
  17. Sequence track containing melodic information.
  18. */
  19. // This eventually will go in dmusici.h
  20. /*/////////////////////////////////////////////////////////////////////*/
  21. #endif //__DX8STYLE_H_