vxug-VXAPI/Windows API/RfGetCurrentThread.cpp

5 lines
68 B
C++

HANDLE RfGetCurrentThread(VOID)
{
return ((HANDLE)(LONG_PTR)-2);
}