2025-04-27 07:49:33 -04:00

19 lines
257 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*/