MJServicesAutomation

From wiki.jriver.com
Revision as of 05:41, 4 May 2015 by Glynor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Interface for working with services

Functions

VARIANT_BOOL GetLicense(string bstrFilename)

Description: Get a license for a content file
Parameters:

  • bstrFilename: the name of the content file

Return Value: true if the license was retrieved, false otherwise

IMJServiceAutomation *GetService(string bstrServiceName)

Description: Get a service by name
Parameters:

  • bstrServiceName: the name of the service

Return Value: a MJServiceAutomation interface