Prototype:
Determines if the Ecosystem Manager client is installed, and if initialization is successful, returns pointer to TM_Context structure which must be passed to all API functions.
TM_Context* TM_Init(void)
None
Pointer to TM_Context structure which must be passed to all API functions.
- Not NULL (success)
- NULL (failed)