Add helper to get currently executing process

This commit is contained in:
2026-06-18 20:34:28 +02:00
parent 9faf19b57e
commit 95ec18a1de
2 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ namespace PS
{
public:
STATIC XTAPI XTSTATUS CreateIdleProcess(IN PKPROCESSOR_CONTROL_BLOCK Prcb);
STATIC XTFASTCALL PEPROCESS GetCurrentProcess(VOID);
};
}