| Name | Description |
APPID_RESOURCEID | Comes from the Module class that is derived from
public CAtlDllModuleT< CtrewqModule >
which is found in the .cpp file named after the Project. |
CLASS_ID | The uuid for the coclass found in the
.idl file |
INTERFACE_ID | The uuid of the interface found in the
.idl file |
PROJECT_NAME | The name of the project, which in the .idl file is the name of the library |
TYPELIB_ID | The uuid for the library found in the
.idl file |
VI_PROG_ID | Version Independent Program ID. Which is the
project name then a dot . then control name |
VERSIONED_PROG_ID | Versioned Program ID. Which is the
project name then a dot . then control name then a dot
. and then the version number |
APPID_RESOURCEID}
which contains PROJECT_NAMEPROJECT_NAME.DLL}
which contains APPID_RESOURCEIDCLASS_ID}
this contains a lot of dataINTERFACE_ID}
this contains a lot of dataVI_PROG_ID
which contains CLSID and CurVerVERSIONED_PROG_ID
which contains CLSIDTYPELIB_ID}APPID_RESOURCEID}
which contains the PROJECT_NAMEPROJECT_NAME.DLL
which contains the APPID_RESOURCEIDCLASS_ID}
which contains a lot of dataINTERFACE_ID}VI_PROG_IDVERSIONED_PROG_IDTYPELIB_ID}