Listing 1: safetp.h Declaration for SafeTerminateProcess()
/* Header file for SafeTerminateProcess */ #ifndef _SAFETP_H__ #define _SAFETP_H__ BOOL SafeTerminateProcess(HANDLE hProcess, UINT uExitCode); #endif /* End of File */
Dr. Dobb's is part of the Informa Tech Division of Informa PLC
This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.
/* Header file for SafeTerminateProcess */ #ifndef _SAFETP_H__ #define _SAFETP_H__ BOOL SafeTerminateProcess(HANDLE hProcess, UINT uExitCode); #endif /* End of File */