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.

31 lines
956 B

  1. #ifndef LSDNFINT_DEFINED
  2. #define LSDNFINT_DEFINED
  3. /* Access routines for contents of DNODES */
  4. #include "lsdefs.h"
  5. #include "plssubl.h"
  6. #include "plsrun.h"
  7. #include "plschp.h"
  8. #include "fmtres.h"
  9. LSERR WINAPI LsdnFinishDelete(
  10. PLSC, /* IN: Pointer to LS Context */
  11. LSDCP); /* IN: dcp to add */
  12. LSERR WINAPI LsdnFinishBySubline(PLSC, /* IN: Pointer to LS Context */
  13. LSDCP, /* IN: dcp adopted */
  14. PLSSUBL); /* IN: Subline context */
  15. LSERR WINAPI LsdnFinishByOneChar( /* allows replacement by simple DNODE only */
  16. PLSC, /* IN: Pointer to LS Context */
  17. long, /* IN: urColumnMax */
  18. WCHAR, /* IN: character to replace */
  19. PCLSCHP, /* IN: lschp for character */
  20. PLSRUN, /* IN: plsrun for character */
  21. FMTRES*); /* OUT:Result of the Repl formatter*/
  22. #endif /* !LSDNFINT_DEFINED */