Source code of Windows XP (NT5)
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.

27 lines
336 B

  1. #include <windows.h>
  2. //
  3. // Message output routines.
  4. //
  5. #if defined(__cplusplus)
  6. extern "C"
  7. {
  8. #endif
  9. LPTSTR
  10. GetFormattedMessage(
  11. IN HMODULE ThisModule, OPTIONAL
  12. IN BOOL SystemMessage,
  13. OUT PWCHAR Message,
  14. IN ULONG LengthOfBuffer,
  15. IN UINT MessageId,
  16. ...
  17. );
  18. #if defined(__cplusplus)
  19. }
  20. #endif