Leaked source code of windows server 2003
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
444 B

  1. #ifndef LOCCHNK_DEFINED
  2. #define LOCCHNK_DEFINED
  3. #include "lsdefs.h"
  4. #include "lsfgi.h"
  5. #include "lschnke.h"
  6. typedef struct locchnk /* located chnk */
  7. {
  8. LSFGI lsfgi; /* location of chunk */
  9. DWORD clschnk; /* number of dobj's in chunk */
  10. PLSCHNK plschnk; /* chunk */
  11. PPOINTUV ppointUvLoc; /* location of each chunk's node*/
  12. } LOCCHNK;
  13. #endif /* !LOCCHNK_DEFINED */