Searched defs:idxType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp494 * Find members in the specified structure type (@a idxType).
499 * @param idxType The type index of the structure which members we're
508 static RTEXITCODE findMembers(HANDLE hFake, uint64_t uModAddr, uint32_t idxType, argument
515 if (!SymGetTypeInfo(hFake, uModAddr, idxType, TI_GET_CHILDRENCOUNT, &cChildren))
523 if (!SymGetTypeInfo(hFake, uModAddr, idxType, TI_FINDCHILDREN, pChildren))

Completed in 48 milliseconds