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.

17 lines
485 B

  1. /***********************************************************************
  2. * Microsoft (R) Debugging Information Dumper
  3. *
  4. * Copyright (c) Microsoft Corporation. All rights reserved.
  5. *
  6. * File Comments:
  7. *
  8. *
  9. ***********************************************************************/
  10. void OutputInit();
  11. int StdOutFlush();
  12. int __cdecl StdOutPrintf(const wchar_t *, ...);
  13. int StdOutPutc(wchar_t);
  14. int StdOutPuts(const wchar_t *);
  15. int StdOutVprintf(const wchar_t *, va_list);