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.

47 lines
592 B

  1. /*++
  2. Copyright (c) 2000-2001, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. uceshare.h
  5. Abstract:
  6. This file defines the header information used by both the
  7. getuname (getuname.dll) and uce (charmap.exe) directories.
  8. Revision History:
  9. 27-Nov-2000 JulieB Created
  10. --*/
  11. #ifndef UCESHARE_H
  12. #define UCESHARE_H
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. //
  17. // External Functions.
  18. //
  19. int APIENTRY
  20. GetUName(
  21. WCHAR wcCodeValue,
  22. LPWSTR lpBuffer);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif // UCESHARE_H