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.

8 lines
338 B

  1. // Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  2. void RecordModuleUsage (LPCTSTR, LPCTSTR);
  3. BOOL RemoveModuleUsage (LPCTSTR, LPCTSTR);
  4. DWORD ExecuteSynchCmdLine (LPTSTR, LPTSTR);
  5. void ParseTokens (LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR);
  6. void ReverseSlashes (LPTSTR);
  7. DWORD GetReferenceCount (LPTSTR);