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.

16 lines
282 B

  1. #ifndef LSESC_DEFINED
  2. #define LSESC_DEFINED
  3. /* Definition of Line Services escape characters.
  4. * Used for LsFetchDispatchEsc().
  5. */
  6. #include "lsdefs.h"
  7. typedef struct
  8. {
  9. WCHAR wchFirst, wchLast; /* Range of chars codes */
  10. } LSESC;
  11. #endif /* !LSESC_DEFINED */