Share via


ProcessId (Industry 8.1)

7/8/2014

Review the use, syntax, parameters, and return values of the ProcessId property of the IObjectInfoEx API in Windows Embedded 8.1 Industry (Industry 8.1).

This property of an instance of the IObjectInfoEx interface is the unique identifier of the window's process (also known as a PID) that can be seen in Task Manager.

Syntax

HRESULT ProcessId(
    [out, retval] ULONG* pVal
);

Parameters

  • pVal
    [out, retval] A value that is the ID of the window's process.

Return Value

Returns ERROR_SUCCESS if successful.

See Also

Reference

IObjectInfoEx interface

Concepts

IObjectInfoEx interface properties
Dialog Filter