mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Create RfGetCurrentProcessId.cpp
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DWORD RfGetCurrentProcessId(VOID)
|
||||
{
|
||||
return HandleToUlong(GetTeb()->ClientId.UniqueProcess);
|
||||
}
|
||||
Reference in New Issue
Block a user