GetProcessVersion function kernel32
Retrieves the major and minor version numbers of the system on which the specified process expects to run.
DWORD GetProcessVersion(
DWORD ProcessId
);
Implementation
int GetProcessVersion(int ProcessId) => _GetProcessVersion(ProcessId);