The ActiveX project you install might also include the following files in the installation package to assist you in locating the CLSID (class identifier) and IID (interface identifier) information for the ActiveX value objects.
DkIntf_i.c
Interface identifiers (IIDs) for the ActiveX value object custom interfaces (IRawObjectAccess and ITDkValue; described in this chapter)
DkIntf.h
IID declarations for DkIntf_i.c
ProjectX_i.c
Class identifiers (CLSIDs) for the ActiveX value objects provided by the project named Project
ProjectX.h
CLSID declarations for ProjectX_i.c
If you are using Visual Basic, you must create a reference to the newly installed ActiveX project to start working with it. To create a reference to an ActiveX project
1. In Microsoft Developer Studio, choose Project References.
2. Check the check box for the project you are installing. The project is listed in the following format: ProjectX 1.0 Type Library
3. Click OK.