1
0

Elevator.idl 535 B

123456789101112131415161718192021222324252627
  1. // Elevator.idl : IDL source for Elevator
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (Elevator.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "IFileTypeRegistrar.idl";
  8. [
  9. uuid(B3600382-8669-402B-81B2-3D18B0E2318B),
  10. version(1.0),
  11. helpstring("Elevator 1.0 Type Library")
  12. ]
  13. library ElevatorLib
  14. {
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(3B29AB5C-52CB-4a36-9314-E3FEE0BA7468),
  18. appobject
  19. ]
  20. coclass WFileTypeRegistrar
  21. {
  22. [default] interface IFileTypeRegistrar;
  23. };
  24. };