C++
virtual bool registerAppMDIAware( void* appId ) const = 0;
Description
This function will register the application as MDI aware. Without this call, the application is considered to be MDI unsafe and will force AutoCAD to run in SDI mode. Returns true if successful or false otherwise.
Parameters
| Parameters | Description |
|---|---|
| appId | Input void* from second parameter to acrxEntryPoint() during AcRx::kInitAppMsg call |