19 lines
239 B
C
19 lines
239 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1997-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
#ifndef _UTILS_H_
|
||
|
#define _UTILS_H_
|
||
|
|
||
|
DWORD WaitOnProcess(char *szExe, char *szParams, bool bHidden=true, bool bWait=true);
|
||
|
|
||
|
#endif /*_UTILS_H*/
|