Share

AcRxDynamicLinker::isAppMDIAware

C++

virtual bool isAppMDIAware(
    const ACHAR * modulename
) const = 0;

Description

This function will determine if an application already loaded is MDI aware. Returns true if the application is MDI aware or false otherwise.

Parameters

Parameters Description
modulename Input name of the module to check

Links

AcRxDynamicLinker

Was this information helpful?