Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
7/8/2014
Review the use, syntax, parameters, and return values of the ProcessName 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 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
Returns ERROR_SUCCESS if successful.