Share

AcGlobRemovePublishUIReactor

C++

void AcGlobRemovePublishUIReactor(
    AcPublishUIReactor * pReactor
);

File

acpublishuireactors.h

Description

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

Parameters

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

Was this information helpful?