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

/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1114 * @param a_pValue The value to format.
1117 DECLINLINE(HRESULT) formatRegisterValue(Bstr *a_pbstr, PCDBGFREGVAL a_pValue, DBGFREGVALTYPE a_enmType) argument
1120 ssize_t cch = DBGFR3RegFormatValue(szHex, sizeof(szHex), a_pValue, a_enmType, true /*fSpecial*/);

Completed in 46 milliseconds