mirror of
https://github.com/jsecurity101/JonMon
synced 2026-06-08 15:08:08 +00:00
12 lines
179 B
C
12 lines
179 B
C
#pragma once
|
|
#include <evntcons.h>
|
|
|
|
int GetTokenUser(
|
|
_In_ DWORD ProcessId,
|
|
_Out_ wchar_t** Username
|
|
);
|
|
|
|
int GetImagePath(
|
|
_In_ DWORD ProcessId,
|
|
_Out_ wchar_t** ImagePath
|
|
); |