MJServicesAutomation

From JRiverWiki
Revision as of 18:58, 22 January 2007 by Gateley (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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