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.

20 lines
469 B

  1. #ifndef LSFGI_DEFINED
  2. #define LSFGI_DEFINED
  3. #include "lsdefs.h"
  4. #include "lstflow.h"
  5. #include "plsfgi.h"
  6. /* ------------------------------------------------------------------------ */
  7. struct lsfgi /* Formatter geometry input */
  8. {
  9. BOOL fFirstOnLine; /* REVIEW sergeyge(elik): Query instead of this member? */
  10. LSCP cpFirst;
  11. long urPen,vrPen;
  12. long urColumnMax;
  13. LSTFLOW lstflow;
  14. };
  15. typedef struct lsfgi LSFGI;
  16. #endif /* !LSFGI_DEFINED */