Compartilhar via


ProcessId (Standard 7 SP1)

7/8/2014

The ProcessId property of an instance of the IObjectInfo interface is the unique identifier of the window's process (also known as a PID) that can be seen in the Windows 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

This function returns the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

Remarks

None

Requirements

OS Versions: Standard 7

Header:

Link Library: DialogFilterXmlFilter.tlb

See Also

Reference

ObjectInfo Class
CreateObjectInfo