GetCurrentProcessId

From aldeid
Jump to navigation Jump to search

Description

Retrieves the process identifier of the calling process.

Syntax

DWORD WINAPI GetCurrentProcessId(void);

Parameters

This function has no parameters.

Return value

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