1
0

CP_Main.idl 316 B

1234567891011121314151617
  1. // CP_Main.idl : IDL source for CP_Main
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (CP_Main.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(C4B234A1-7A0C-4DA0-983D-E6ED40DEAD87),
  9. version(1.0)
  10. ]
  11. library CP_MainLib
  12. {
  13. importlib("stdole2.tlb");
  14. };