The GetProcessVersion function obtains the major and minor version numbers of the Windows version on which a specified process expects to run.
DWORD GetProcessVersion(
DWORD ProcessId |
// identifier specifying the process of interest |
); |
If the function succeeds, the return value is the version of Windows on which the process expects to run. The high word of the return value contains the major version number. The low word of the return value contains the minor version number.
If the function fails, the return value is zero. To get extended error information, call GetLastError. The function fails if ProcessId is an invalid value.
The GetProcessVersion function performs less quickly when ProcessId is nonzero, specifying a process other than the calling process.
The version number returned by this function is the version number stamped in the image header of the .EXE file the process is running. Linker programs set this value.
file: /Techref/os/win/api/win32/func/src/f37_11.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/10 04:32,
3.144.237.60:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/func/src/f37_11.htm"> GetProcessVersion</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.