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.

22 lines
502 B

  1. // oleprv.idl
  2. // internal interfaces used by DCOM that need object-style proxies
  3. // this file is pulled into mega.idl in the oleprx32 subtree
  4. // NOTE: when you add an idl to here, make sure to add it to the corresponding
  5. // place in the file oleprv.h
  6. #include "obase.idl"
  7. #include "iface.idl"
  8. #include "remunk.idl"
  9. #include "activate.idl"
  10. #include "objsrv.idl"
  11. #include "getif.idl"
  12. #ifdef SERVER_HANDLER
  13. #include "srvhdl.idl"
  14. #endif
  15. #include "odeth.idl"
  16. #include "host.idl"