StartService
------- Kullanımı
Function StartService(Service As Object, Cci As Object) As Bool
'This is the entry point for the service
'If you are going to use CCI, initialize the CCI here!
'For example: Cci.AddAddCustomMenu...
StartService:=True
EndFunction
Parametreler Service As Object Cci As Object Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek
-----
Örnek Açıklaması -----
Last updated