downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<win32_create_servicewin32_get_last_control_message>
Last updated: Thu, 26 Jun 2008

win32_delete_service

(No version information available, might be only in CVS)

win32_delete_service — Deletes a service entry from the SCM database

Description

int win32_delete_service ( string $servicename [, string $machine ] )

Attempts to delete a service from the SCM database. Administrative privileges are required for this to succeed.

This function really just marks the service for deletion. If other processes (such as the Services Applet) are open, then the deletion will be deferred until those applications are closed. If a service is marked for deletion, further attempts to delete it will fail, and attempts to create a new service with that name will also fail.

Parameters

servicename

The short name of the service.

machine

The optional machine name. If omitted, the local machine will be used.

Return Values

Returns TRUE on success, or a win32 error code on failure.

Examples

Example #1 A win32_delete_service() example

Deletes the dummyphp service.

<?php
win32_delete_service
('dummyphp');
?>



add a noteadd a note User Contributed Notes
Deletes a service entry from the SCM database
There are no user contributed notes for this page.




<win32_create_servicewin32_get_last_control_message>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs