UID | title | description | old-location | tech.root | ms.date | keywords | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | f1_keywords | topic_type | api_type | api_location | api_name | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:dbgeng.IDebugControl3.GetEventIndexDescription |
IDebugControl3::GetEventIndexDescription (dbgeng.h) |
The GetEventIndexDescription method describes the specified event in a static list of events for the current target. |
debugger\geteventindexdescription.htm |
debugger |
05/03/2018 |
|
GetEventIndexDescription, GetEventIndexDescription method [Windows Debugging], GetEventIndexDescription method [Windows Debugging],IDebugControl3 interface, IDebugControl3 interface [Windows Debugging],GetEventIndexDescription method, IDebugControl3.GetEventIndexDescription, IDebugControl3::GetEventIndexDescription, IDebugControl_53afcbab-2b43-4b99-9b87-050fce6d495b.xml, dbgeng/IDebugControl3::GetEventIndexDescription, debugger.geteventindexdescription |
dbgeng.h |
Dbgeng.h |
Desktop |
Windows |
|
|
|
|
|
The GetEventIndexDescription method describes the specified event in a static list of events for the current target.
Specifies the index of the event whose description will be returned.
Specifies which piece of the event description to return. Currently only DEBUG_EINDEX_NAME is supported; this returns the name of the event.
Receives the description of the event. If Buffer is NULL, this information is not returned.
Specifies the size, in characters, of the Buffer buffer.
Receives the size, in characters, of the description. If DescSize is NULL, this information is not returned.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
The amount of descriptive information available for a particular target varies depending on the type of the target.