C++
virtual bool registerAppNotMDIAware( void* appId ) const = 0;
Description
This function will register the application as not being MDI aware. Only use this is you are not able to make your application MDI compliant. This is also the default state without a call to the companion function AcRxDynamicLinker::registerAppMDIAware(). Returns true if successful or false otherwise.
Parameters
| Parameters | Description |
|---|---|
| appId | Input void* from second parameter to acrxEntryPoint() during AcRx::kInitAppMsg call |