|
COM Library
|
The data class used to store the coclass registry details. More...
#include <ServerRegInfo.hpp>
Public Attributes | |
| const CLSID * | m_pCLSID |
| The coclass GUID. | |
| const tchar * | m_pszName |
| The coclass name. | |
| const tchar * | m_pszVersion |
| The coclass version. | |
| ThreadingModel | m_eModel |
| The threading model. | |
The data class used to store the coclass registry details.
| const CLSID* COM::ClassRegInfo::m_pCLSID |
The coclass GUID.
| const tchar* COM::ClassRegInfo::m_pszName |
The coclass name.
| const tchar* COM::ClassRegInfo::m_pszVersion |
The coclass version.
The threading model.
1.7.6.1