Share

AcGlobAddPublishUIReactor

C++

void AcGlobAddPublishUIReactor(
    AcPublishUIReactor * pReactor
);

File

acpublishuireactors.h

Description

Clients should call this global function to add a publish UI reactor.

Parameters

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

Was this information helpful?