C++
ACDBCORE2D_PORT Acad::ErrorStatus acdbSetHostApplicationServices( AcDbHostApplicationServices * pServices );
File
dbapserv.h
Description
Use this function to set your instance of services. This should be done as an early step in your application, for example, in the InitInstance() method of your application. A RealDWG host application should call this method only once.
Parameters
Parameters | Description |
---|---|
pServices | Input pointer to an instance of your host application services class |