Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.37 KB

idebugprocess2-getinfo.md

File metadata and controls

53 lines (46 loc) · 1.37 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
Gets a description of the process.
IDebugProcess2::GetInfo
11/04/2016
reference
IDebugProcess2::GetInfo
IDebugProcess2::GetInfo
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugProcess2::GetInfo

Gets a description of the process.

Syntax

int GetInfo(
   enum_PROCESS_INFO_FIELDS  Fields,
   PROCESS_INFO[]            pProcessInfo
);
HRESULT GetInfo(
   PROCESS_INFO_FIELDS  Fields,
   PROCESS_INFO*        pProcessInfo
);

Parameters

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.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also