Share

acrxIsAppMDIAware

C++

bool acrxIsAppMDIAware(
    const ACHAR * moduleName
);

File

rxregsvc.h

Description

Returns true if the ObjectARX or ObjectDBX module specified by moduleName has registered itself as MDI aware by calling acrxRegisterAppMDIAware(). Otherwise, returns false.

Parameters

Parameters Description
moduleName Input name of module to check for MDI awareness

Was this information helpful?