function SelectNameHelper()

in D3DDred-WinDbg/D3DDred.js [143:154]


    function SelectNameHelper(pNameA, pNameW)
    {
        // If the ascii name pointer is not null then select it
        if(pNameA.isNull)
        {
            return pNameW;
        }
        else
        {
            return pNameA;
        }
    }