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
331 B

  1. #ifndef LSGRCHNK_DEFINED
  2. #define LSGRCHNK_DEFINED
  3. #include "lsidefs.h"
  4. #include "lschnke.h"
  5. #define fcontNonTextBefore 1
  6. #define fcontExpandBefore 2
  7. #define fcontNonTextAfter 4
  8. #define fcontExpandAfter 8
  9. typedef struct lsgrchnk
  10. {
  11. DWORD clsgrchnk;
  12. PLSCHNK plschnk;
  13. DWORD* pcont;
  14. } LSGRCHNK;
  15. #endif /* !LSGRCHNK_DEFINED */