Class Hierarchy
AcRxObject AcDbHostApplicationServices
C++
class AcDbHostApplicationServices : public AcRxObject;
File
dbapserv.h
Description
The AcDbHostApplicationServices class provides various services to host applications at runtime. These services are defined by the RealDWG client.
A RealDWG host application must provide a class derived from AcDbHostApplicationServices. A default service is not provided.
The controller and transaction methods of this class specify the undo controller and transaction manager that your application will use. You are not required to override or call these methods. The Internet methods allow your application to use URLs (Uniform Resource Locators) directly in your code or through a browser. The methods in the system functions group should generally not be overridden in your host application services class. These methods are set during construction of AcDbHostApplicationServices and do not need to be changed.
Notes
The file name string returned as the first argument from the callback function must be dynamically allocated. The preferred allocation method is the acutNewString() global function.
Links
AcDbHostApplicationServices Enumerations, AcDbHostApplicationServices Methods