Source code of Windows XP (NT5)
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.

30 lines
611 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: lclor.idl
  7. //
  8. // Synopsis: This is a local DCOM95 interface to RPCSS
  9. // for remote OXID resolution.
  10. //
  11. //
  12. //--------------------------------------------------------------------------
  13. [
  14. uuid(355330e0-165a-11d0-af92-00aa00b50686),
  15. version(1.0)
  16. ]
  17. interface IOxidResolver
  18. {
  19. import "obase.idl";
  20. error_status_t
  21. RemoteResolveOXID
  22. (
  23. [in] OXID OxidServer,
  24. [in] DWORD pointerToMidObject
  25. );
  26. }