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.

36 lines
790 B

  1. /*
  2. * This file is generated by the automatic RPC Parser generator. (Version 0.21)
  3. *
  4. * Created on 04/09/97 at 00:00:13.
  5. */
  6. #ifndef SKELETON_H
  7. #define SKELETON_H
  8. #include <windows.h>
  9. #include <string.h>
  10. #include <bh.h>
  11. #include <inilib.h>
  12. /*
  13. * Define the maximum length of any interface or procedure name
  14. */
  15. #define LOCAL_MAX_NAME_LENGTH 80
  16. /*
  17. * Interface and procedure counts
  18. */
  19. #define NUM_INTERFACES 1
  20. #define NUM_PROCEDURES 13
  21. extern DWORD nPropertyLevel;
  22. extern BOOL fIsFlipped;
  23. extern BOOL fIgnoreFlatPart;
  24. extern BOOL fIgnorePointers;
  25. extern DWORD Conformance;
  26. extern BOOL fConformanceIsSet;
  27. #endif