共用方式為


ProcessName (Standard 7 SP1)

7/8/2014

The ProcessName property of an instance of the IObjectInfo interface is the name of the process.

Syntax

HRESULT ProcessName(
    [out, retval] BSTR* pVal
);

Parameters

  • pVal
    [out, retval] A string that represents the name of the 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