Previous Topic: Exit Type FunctionalityNext Topic: Provisioning Maintenance


Code Examples for Program Exits in Options

See the SDK sample connector. The exit handling code is in the SDKDirectory.cpp file.

The method SDKDirectory::DEmodify() determines whether a request is an exit invocation request,and if it is, calls the SDKDirectory::InvokeExit() method.