Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Retrieves the children of the symbol. The local symbols that are returned include live range information, if the program is compiled with optimization on.
HRESULT findChildrenEx (
enum SymTagEnum symtag,
LPCOLESTR name,
DWORD compareFlags,
IDiaEnumSymbols** ppResult
);
symtag
[in] Specifies the symbol tags of the children to be retrieved, as defined in the SymTagEnum Enumeration. Set to SymTagNull
for all children to be retrieved.
name
[in] Specifies the name of the children to be retrieved. Set to NULL
for all children to be retrieved.
compareFlags
[in] Specifies the comparison options to be applied to name matching. Values from the NameSearchOptions Enumeration enumeration can be used alone or in combination.
ppResult
[out] Returns an IDiaEnumSymbols object that contains a list of the child symbols retrieved.
Returns S_OK
if at least one child of the symbol was found, or returns S_FALSE
if no children were found; otherwise, returns an error code.
This method is the extended version of IDiaSymbol::findChildren.
Header: Dia2.h
Library: diaguids.lib
DLL: msdia100.dll
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today