#include "getcurrentprocessorid.h" #include HANDLE GetCurrentProcessId() { pid_t pid = getpid(); return reinterpret_cast(pid); }