Home
last modified time | relevance | path

Searched refs:m_nRT2 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dresid.hxx56 mutable RESOURCE_TYPE m_nRT2; // type for loading (supersedes m_nRT) member in ResId
61 …m_pResource = pRes; m_nResId = nId; m_nRT = RSC_NOTYPE; m_pResMgr = &rMgr; m_nRT2 = RSC_NOTYPE; m_… in ImplInit()
119 return (RSC_NOTYPE == m_nRT2) ? m_nRT : m_nRT2; in GetRT2()
129 if( RSC_NOTYPE == m_nRT2 ) in SetRT2()
130 m_nRT2 = nTyp; in SetRT2()