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.

18 lines
363 B

  1. #ifndef POSICHNK_DEFINED
  2. #define POSICHNK_DEFINED
  3. #include "lsdefs.h"
  4. #include "pposichn.h"
  5. #define ichnkOutside 0xFFFFFFFF
  6. typedef struct posichnk /* position in chunk */
  7. {
  8. long ichnk; /* index in the chunk array */
  9. LSDCP dcp; /* from beginning of dobj */
  10. } POSICHNK;
  11. #endif /* !POSICHNK_DEFINED */