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.

19 lines
494 B

  1. #ifndef __STRUCT_IDENTIFIERS_
  2. #define __STRUCT_IDENTIFIERS_
  3. #ifndef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define AGING_STRUCT 0x00000001
  7. #define BASIC_APPINFO_STRUCT 0x00000002
  8. #define TEMP_SPACE_STRUCT 0x00000003
  9. #define APPLICATION_MANAGER_STRUCT 0x00000004
  10. #define ASSOCIATION_STRUCT 0x00000005
  11. #define LOCK_STRUCT 0x00000006
  12. #define WAIT_STRUCT 0x00000007
  13. #ifndef __cplusplus
  14. }
  15. #endif
  16. #endif // __STRUCT_IDENTIFIERS_