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.

20 lines
518 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmlogutil.h
  4. //
  5. // Module: logging.LIB
  6. //
  7. // Synopsis: Connection Manager Logging
  8. //
  9. // Copyright (c) 1998-2000 Microsoft Corporation
  10. //
  11. // Author: 25-May-2000 SumitC Created
  12. //
  13. //-----------------------------------------------------------------------------
  14. BOOL ConvertFormatString(LPTSTR pszFmt);
  15. BOOL CmGetModuleBaseName(HINSTANCE hInst, LPTSTR szModule);
  16. void CmGetDateTime(LPTSTR * ppszDate, LPTSTR * ppszTime);