mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
5 lines
95 B
C++
5 lines
95 B
C++
DWORD RfGetCurrentProcessId(VOID)
|
|
{
|
|
return HandleToUlong(GetTeb()->ClientId.UniqueProcess);
|
|
}
|