Start or stop Domino task using C++ API

How to stop/start Domino task using c++ api toolkit?

I know this is very easy using LotusScript…but my application has limitation of NOT using any script as there is no database deployed as such…only dlls running on server.

Thanks.

Subject: Start or stop Domino task using C++ API

If your DLLs are notes add-ins, you should look into C API MQ* functions (MQOpen, MQPutQuitMsg, MQClose).

Otherwise you should use the NSFRemoteConsole call. Check the API docs for specs and examples.

cheers,

Bram