9 lines
338 B
C
9 lines
338 B
C
|
// Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
|
||
|
void RecordModuleUsage (LPCTSTR, LPCTSTR);
|
||
|
BOOL RemoveModuleUsage (LPCTSTR, LPCTSTR);
|
||
|
DWORD ExecuteSynchCmdLine (LPTSTR, LPTSTR);
|
||
|
void ParseTokens (LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR, LPTSTR);
|
||
|
void ReverseSlashes (LPTSTR);
|
||
|
DWORD GetReferenceCount (LPTSTR);
|
||
|
|