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.

23 lines
543 B

  1. #ifndef W32TM_LOCALIZED_PRINTF_H
  2. #define W32TM_LOCALIZED_PRINTF_H 1
  3. HRESULT
  4. MyWriteConsole(
  5. HANDLE fp,
  6. LPWSTR lpBuffer,
  7. DWORD cchBuffer
  8. );
  9. HRESULT InitializeConsoleOutput();
  10. HRESULT LocalizedWPrintf(UINT nResourceID);
  11. HRESULT LocalizedWPrintf2(UINT nResouceID, LPWSTR pwszFormat, ...);
  12. HRESULT LocalizedWPrintfCR(UINT nResourceID);
  13. VOID DisplayMsg(DWORD dwSource, DWORD dwMsgId, ... );
  14. BOOL WriteMsg(DWORD dwSource, DWORD dwMsgId, LPWSTR *ppMsg, ...);
  15. #endif // W32TM_LOCALIZED_PRINTF_H