CeSetProcessVersion (Compact 2013)

3/28/2014

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

See Also

Reference

DLL Functions