Skip to content

Latest commit

 

History

History
117 lines (87 loc) · 3.18 KB

nf-dbgeng-idebugsymbolgroup2-getsymbolnamewide.md

File metadata and controls

117 lines (87 loc) · 3.18 KB
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.IDebugSymbolGroup2.GetSymbolNameWide
IDebugSymbolGroup2::GetSymbolNameWide (dbgeng.h)
The GetSymbolNameWide method returns the name of a symbol in a symbol group.
debugger\getsymbolnamewide.htm
debugger
02/06/2022
IDebugSymbolGroup2::GetSymbolNameWide
GetSymbolNameWide, GetSymbolNameWide method [Windows Debugging], GetSymbolNameWide method [Windows Debugging],IDebugSymbolGroup2 interface, IDebugSymbolGroup2 interface [Windows Debugging],GetSymbolNameWide method, IDebugSymbolGroup2.GetSymbolNameWide, IDebugSymbolGroup2::GetSymbolNameWide, dbgeng/IDebugSymbolGroup2::GetSymbolNameWide, debugger.getsymbolnamewide
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugSymbolGroup2::GetSymbolNameWide
dbgeng/IDebugSymbolGroup2::GetSymbolNameWide
APIRef
kbSyntax
COM
dbgeng.h
IDebugSymbolGroup2::GetSymbolNameWide

IDebugSymbolGroup2::GetSymbolNameWide

-description

The GetSymbolNameWide method returns the name of a symbol in a symbol group.

-parameters

-param Index [in]

The index of the symbol whose name you want. The index of a symbol is an identification number. The index ranges from zero through the number of symbols in the symbol group minus one.

-param Buffer [out, optional]

The symbol name. If Buffer is NULL, this information is not returned.

-param BufferSize [in]

The size of the buffer that Buffer points to. This size includes the space for the '\0' terminating character.

-param NameSize [out, optional]

The size of the symbol name. This size includes the space for the '\0' terminating character. If NameSize is NULL, this information is not returned.

-returns

Return code Description
S_OK
The method was successful.
S_FALSE
The method was successful. However, the name of the symbol did not fit in the buffer referred to by the Buffer parameter, so a truncated name was returned.
 

This method can also return error values. For more information, see Return Values.

-remarks

For more information about symbol groups, see Scopes and Symbol Groups.

-see-also

GetNumberSymbols

IDebugSymbolGroup2