PDL_ServiceRegistrationComplete

Description

Completes registration of callback functions for services. You must call this after all functions have been registered with PDL_RegisterFunction. If not, no functions are registered, and no callbacks are returned. Only call this function once. Callbacks may not be added afterward, and any future calls to this function will return an error. You must send in a suite name (app URI).

Syntax

PDL_Err PDL_ServiceRegistrationComplete(const char *suiteName);     

Argument Description
suiteName The URI of the Mojo application using the function (e.g., "com.mycompany.app.myapp").