Share

AcGlobAddDMMReactor Function

C++

void AcGlobAddDMMReactor(
    AcDMMReactor * pReactor
);

File

acdmmapi.h

Description

Clients should call this global function to add a DWF Metadata Manager (DMM) reactor.

The AcDMMReactorManager, which is required to support these reactors, exists only when AcPublish is running. The recommended practice is to call this function in AcPublishReactor::OnAboutToBeginPublishing() and remove the DMM reactors in both OnEndPublish() and OncanceledOrFailedPublishing(). AcEPlotX must also be loaded because that is where the AcDMMReactorManager is implemented.

Parameters

Parameters Description
pReactor Input pointer to the reactor that the client has derived and instantiated

Was this information helpful?