windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/ntsdext/utils.h

19 lines
239 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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*/