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.
In this article
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Gets a description of the process.
HRESULT GetInfo(
PROCESS_INFO_FIELDS Fields,
PROCESS_INFO* pProcessInfo
);
int GetInfo(
enum_PROCESS_INFO_FIELDS Fields,
PROCESS_INFO[] pProcessInfo
);
Fields
[in] A combination of values from the PROCESS_INFO_FIELDS enumeration that specifies which fields of the pProcessInfo
parameter are to be filled in.
pProcessInfo
[out] A PROCESS_INFO structure that is filled in with a description of the process.
If successful, returns S_OK
; otherwise, returns an error code.