Windows NT 4.0 source code leak
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.

46 lines
1.0 KiB

4 years ago
  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. lsaimp.idl
  5. Abstract:
  6. Temporary dummy IDL interface for ntos2.h.
  7. This file contains a dummy RPC Interface Definition Language file for
  8. ntos2.h. This allows the file ntos2.h to be presented to the RPC compiler
  9. as an included file within an imported interface. This temporary measure
  10. is necessary so that definitions and function prototypes within ntos2.h
  11. and its descendants are presentable to midl in such a way that:
  12. (a) Types are not generated in the output .h file generated by midl
  13. (b) Function prototypes therein are not treated as belonging to the
  14. IDL interface being compiled.
  15. Author: Scott Birrell (ScottBi) April 23, 1991
  16. Environment: User Mode
  17. Revision History:
  18. --*/
  19. [
  20. uuid(12345678-1234-ABCD-EF00-0123456789AB),
  21. version(0.0),
  22. #ifdef __midl
  23. ms_union,
  24. #endif // __midl
  25. endpoint("mscn_np:[\pipe\lsarpc]")
  26. ]
  27. interface lsaimp
  28. {
  29. #define MIDL_PASS "lsaimp.idl"
  30. #include <lsaimp.h>
  31. void LsaImpDummy();
  32. }