home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / snppserver.exe / 0 / RCDATA / TMDLSNPPSERVER / TMDLSNPPSERVER.txt
Text File  |  2013-10-17  |  430b  |  19 lines

  1. object mdlSnppServer: TmdlSnppServer
  2.   OldCreateOrder = False
  3.   OnCreate = NtServiceCreate
  4.   OnDestroy = NtServiceDestroy
  5.   AllowPause = False
  6.   DisplayName = 'PageGate SNPP Server'
  7.   ShareProcess = True
  8.   UseSynchronizer = False
  9.   OnStart = NtServiceStart
  10.   OnStop = NtServiceStop
  11.   ServiceName = 'PGSNPPServer'
  12.   FailureActions = <>
  13.   Left = 971
  14.   Top = 150
  15.   Height = 150
  16.   Width = 215
  17.   StartedByScm = 'E9583BE1-40E42392'
  18. end
  19.