Share

acrxRegisterAppMDIAware

C++

bool acrxRegisterAppMDIAware(
    void* appId
);

File

rxregsvc.h

Description

This function registers the ObjectARX or ObjectDBX module identified by appId as MDI aware. Being MDI aware means that the application can handle AutoCAD's MDI 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

Was this information helpful?