COM Library
|
The data class used to store the library registry details. More...
#include <ServerRegInfo.hpp>
Public Member Functions | |
ServerRegInfo () | |
Default constructor. | |
Public Attributes | |
ServerType | m_eType |
The server type. | |
tstring | m_strFile |
The full path to the file. | |
tstring | m_strLibrary |
The library name. | |
GUID | m_oLIBID |
The type library GUID. | |
ushort | m_nMajor |
The type library major version. | |
ushort | m_nMinor |
The type library minor version. |
The data class used to store the library registry details.
COM::ServerRegInfo::ServerRegInfo | ( | ) | [inline] |
Default constructor.
The server type.
tstring COM::ServerRegInfo::m_strFile |
The full path to the file.
tstring COM::ServerRegInfo::m_strLibrary |
The library name.
The type library GUID.
ushort COM::ServerRegInfo::m_nMajor |
The type library major version.
ushort COM::ServerRegInfo::m_nMinor |
The type library minor version.