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.

33 lines
958 B

  1. /*
  2. * S Z . H
  3. *
  4. * Multi-language string support
  5. *
  6. * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
  7. */
  8. #ifndef _SZ_H_
  9. #define _SZ_H_
  10. #include <szsrc.h>
  11. #include <statcode.h>
  12. // Impl Signature string ------------------------------------------------------
  13. // Provided by impl. Used in various parser (_davprs) functions.
  14. // NOTE: This declaration is designed to match the signature in calrc.h.
  15. //
  16. extern const CHAR gc_szSignature[]; // provided by impl.
  17. // Path Prefix ----------------------------------------------------------------
  18. // Provided by impl. Used in default URI-to-Path translation code.
  19. //
  20. extern const WCHAR gc_wszPathPrefix[];
  21. extern const int gc_cchPathPrefix;
  22. // String constants ----------------------------------------------------------
  23. // String constants live in \inc\ex\sz.h, so that they may be shared
  24. // with our Exchange components.
  25. //
  26. #include <ex\sz.h>
  27. #endif // _SZ_H_