This structure allows for generic commands to be destroyed by the clientmanageresponder. More…
#include <clientmanage.h>
Name | |
---|---|
void * | mHandle |
cmCommandDtor | mDtor |
struct mamaCommand;
This structure allows for generic commands to be destroyed by the clientmanageresponder.
Parameters:
It is not correct for the commands to destroy themselves on completion since the responder creates them. Furthermore, there would be problems at shutdown.
Every command needs to populate this structure accordingly.
void * mHandle;
cmCommandDtor mDtor;
Updated on 2023-03-31 at 15:29:15 +0100