Copyright © 2006-2023 MultiMedia Soft

ContainerIsWindowsService method

Previous pageReturn to chapter overviewNext page

Remarks

 

Utility function which informs the multimedia engine about the fact that the container application is a Windows service: without this call most of the callback delegates, notifying about events occurring during the API lifetime, will not be invoked so no synchronization will occur.

It's recommended invoking this method immediately before invoking the InitRecordingSystem method ONLY when the container application is a Windows service.

 

For further details about using the component from a Windows service see the How to use the API in a Windows service tutorial.

 

 

Syntax

 

[Visual Basic]

Public Sub ContainerIsWindowsService (

)


 

[C#]

public void ContainerIsWindowsService (

);


 

[C++]

public: void ContainerIsWindowsService (

);