GetCurrentProcessId (Windows CE 5.0)

Send Feedback

This function returns the process identifier of the calling process.

DWORDGetCurrentProcessId(void);

Parameters

None.

Return Values

The return value is the process identifier of the calling process.

Remarks

In Windows CE, the process identifier returned from this function is the same as the process handle. Until the process terminates, the process identifier uniquely identifies the process throughout the system.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Kfuncs.h.
Link Library: Coredll.lib.

See Also

GetCurrentProcess

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.