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

  1. #ifndef LSFRUN_DEFINED
  2. #define LSFRUN_DEFINED
  3. #include "lsdefs.h"
  4. #include "plschp.h"
  5. #include "plsrun.h"
  6. #include "plsfrun.h"
  7. struct lsfrun /* Formatter run */
  8. {
  9. PCLSCHP plschp;
  10. PLSRUN plsrun;
  11. LPCWSTR lpwchRun;
  12. DWORD cwchRun;
  13. };
  14. typedef struct lsfrun LSFRUN;
  15. #endif /* !LSFRUN_DEFINED */