Help for this page

Select Code to Download


  1. or download this
    service_type
    
        An integer representing the type of the service; defaults to SERVI
    +CE_WIN32_OWN_PROCESS.
    
  2. or download this
        SERVICE_WIN32_OWN_PROCESS
        SERVICE_WIN32_SHARE_PROCESS
        SERVICE_KERNEL_DRIVER
        SERVICE_FILE_SYSTEM_DRIVER
        SERVICE_INTERACTIVE_PROCESS
    
  3. or download this
    Win32::Daemon::CreateService( \%Hash ) 
    
    ...
            description => 'The Electronic Brewery',
            parameters => $ServiceParams
        );