NAME

StartServiceCtrlDispatcherW  (ADVAPI32.@)

SYNOPSIS

 BOOL StartServiceCtrlDispatcherW
 (
  LPSERVICE_TABLE_ENTRYW servent
 )

DESCRIPTION

Connects a process containing one or more services to the service control manager.

PARAMS

servent [In] A list of the service names and service procedures.

RETURNS

Success: TRUE.

Failure: FALSE.

IMPLEMENTATION

Defined in "winsvc.h".

Implemented in "dlls/advapi32/service.c". source.winehq.org/source/dlls/advapi32/service.c

Debug channel "advapi".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.