CeSetProcessVersion (Windows Embedded CE 6.0)
1/6/2010
This function sets the version of the process.
Syntax
BOOL CeSetProcessVersion(
HANDLE hProcess,
DWORD dwVersion
);
Parameters
- hProcess
[in] Handle to the process.
- dwVersion
[in] HIWORD(dwVersion) contains the major version and LOWORD(dwVersion) contains the minor version. Use MAKELONG(dwMinor, dwMajor) as the version parameter.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | psapi.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |