IWinamp.idl 300 B

1234567891011121314151617181920
  1. import "oaidl.idl";
  2. import "ocidl.idl";
  3. import "wtypes.idl";
  4. [
  5. uuid(B44A606E-EF90-4062-BD41-197D8495884D),
  6. version(1.0),
  7. helpstring("Winamp 1.0 Type Library")
  8. ]
  9. library ElevatorLib
  10. {
  11. [
  12. uuid(D9C17076-9F55-49b5-8BEB-6A857931E62C),
  13. helpstring("Winamp Class")
  14. ]
  15. coclass Winamp
  16. {
  17. };
  18. };