windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/ntsdext/utils.h
2020-09-26 16:20:57 +08:00

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*/