1 2 3 4 5 6 7 8
#pragma once #ifndef _INC_PID2NAME #define _INC_PID2NAME void pid2name(DWORD, TCHAR*, size_t); #endif