C++
bool acrxRegisterAppNotMDIAware( void* appId );
File
rxregsvc.h
Description
This function registers the ObjectARX or ObjectDBX module identified by appId as not being MDI-aware. Not being MDI aware means that the application cannot handle AutoCAD's MDI mode. When any non-MDI-aware application is loaded in AutoCAD, AutoCAD runs in SDI mode.
appId must be the pointer passed as the second argument to the application's acrxEntryPoint() function when that function is called for the AcRx::kInitAppMsg message.
Parameters
| Parameters | Description |
|---|---|
| appId | Input app ID pointer passed to the acrxEntryPoint() function |