<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.utilspec.windows.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.win32service.php',
    1 => 'win32service',
    2 => 'win32service',
  ),
  'up' => 
  array (
    0 => 'refs.utilspec.windows.php',
    1 => 'Розширення суто для Windows',
  ),
  'prev' => 
  array (
    0 => 'function.variant-xor.php',
    1 => 'variant_xor',
  ),
  'next' => 
  array (
    0 => 'intro.win32service.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/win32service/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.win32service.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.win32service" class="book">
 
 <h1 class="title">win32service</h1>
 
 
 
 
 
 







 





 






 






 







 







<ul class="chunklist chunklist_book"><li><a href="intro.win32service.php">Вступ</a></li><li><a href="win32service.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="win32service.requirements.php">Вимоги</a></li><li><a href="win32service.installation.php">Встановлення</a></li><li><a href="win32service.security.php">Security consideration</a></li></ul></li><li><a href="win32service.constants.php">Попередньо визначені константи</a></li><li><a href="class.win32serviceexception.php">Win32ServiceException</a> — The Win32ServiceException class</li><li><a href="class.win32service-rightinfo.php">Win32Service\RightInfo</a> — The Win32Service\RightInfo class<ul class="chunklist chunklist_book chunklist_children"><li><a href="win32service-rightinfo.construct.php">Win32Service\RightInfo::__construct</a> — Create a new RightInfo (not used)</li><li><a href="win32service-rightinfo.get-domain.php">Win32Service\RightInfo::getDomain</a> — Return the user's domain</li><li><a href="win32service-rightinfo.get-full-username.php">Win32Service\RightInfo::getFullUsername</a> — Return the domain and username</li><li><a href="win32service-rightinfo.get-rights.php">Win32Service\RightInfo::getRights</a> — Return the rights list</li><li><a href="win32service-rightinfo.get-username.php">Win32Service\RightInfo::getUsername</a> — Return the username</li><li><a href="win32service-rightinfo.is-deny-access.php">Win32Service\RightInfo::isDenyAccess</a> — Return true if the RightInfo concerns deny access to the resource</li><li><a href="win32service-rightinfo.is-grant-access.php">Win32Service\RightInfo::isGrantAccess</a> — Return true if the RightInfo concern grants access to the resource</li></ul></li><li><a href="win32service.examples.php">Приклади</a></li><li><a href="ref.win32service.php">win32service Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.win32-add-right-access-service.php">win32_add_right_access_service</a> — Add rights access for an username to the service</li><li><a href="function.win32-add-service-env-var.php">win32_add_service_env_var</a> — Add a custom environment variables on service</li><li><a href="function.win32-continue-service.php">win32_continue_service</a> — Resumes a paused service</li><li><a href="function.win32-create-service.php">win32_create_service</a> — Creates a new service entry in the SCM database</li><li><a href="function.win32-delete-service.php">win32_delete_service</a> — Deletes a service entry from the SCM database</li><li><a href="function.win32-get-last-control-message.php">win32_get_last_control_message</a> — Returns the last control message that was sent to this service</li><li><a href="function.win32-get-service-env-vars.php">win32_get_service_env_vars</a> — Read all custom environment variables on service</li><li><a href="function.win32-pause-service.php">win32_pause_service</a> — Pauses a service</li><li><a href="function.win32-query-service-status.php">win32_query_service_status</a> — Queries the status of a service</li><li><a href="function.win32-read-all-rights-access-service.php">win32_read_all_rights_access_service</a> — Read all service rights access</li><li><a href="function.win32-read-right-access-service.php">win32_read_right_access_service</a> — Read the service rights access for an username</li><li><a href="function.win32-remove-right-access-service.php">win32_remove_right_access_service</a> — Remove the service rights access for an username</li><li><a href="function.win32-remove-service-env-var.php">win32_remove_service_env_var</a> — Remove a custom environment variables on service</li><li><a href="function.win32-send-custom-control.php">win32_send_custom_control</a> — Send a custom control to the service</li><li><a href="function.win32-set-service-exit-code.php">win32_set_service_exit_code</a> — Define or return the exit code for the current running service</li><li><a href="function.win32-set-service-exit-mode.php">win32_set_service_exit_mode</a> — Define or return the exit mode for the current running service</li><li><a href="function.win32-set-service-pause-resume-state.php">win32_set_service_pause_resume_state</a> — Define or return the pause/resume capability for the current running service</li><li><a href="function.win32-set-service-status.php">win32_set_service_status</a> — Update the service status</li><li><a href="function.win32-start-service.php">win32_start_service</a> — Starts a service</li><li><a href="function.win32-start-service-ctrl-dispatcher.php">win32_start_service_ctrl_dispatcher</a> — Registers the script with the SCM, so that it can act as the service with the given name</li><li><a href="function.win32-stop-service.php">win32_stop_service</a> — Stops a service</li></ul></li></ul></div><?php manual_footer($setup); ?>