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.

17 lines
500 B

  1. #ifndef STOPRES_DEFINED
  2. #define STOPRES_DEFINED
  3. enum stopres
  4. {
  5. stoprEndPara, /* reached defined para end (from LSPAP) */
  6. stoprAltEndPara, /* reached defined alt para end (LSPAP) */
  7. stoprSoftCR, /* reached Soft CR (from LSTXTCFG) */
  8. stoprEndColumn, /* reached end column character */
  9. stoprEndSection, /* reached end section character */
  10. stoprEndPage, /* reached end page character */
  11. };
  12. typedef enum stopres STOPRES;
  13. #endif /* !FMTRES_DEFINED */