table of contents
other versions
- wheezy 1.4.1-4
OpenSCManagerA(3w) | Wine API | OpenSCManagerA(3w) |
NAME¶
OpenSCManagerA (ADVAPI32.@)SYNOPSIS¶
SC_HANDLE OpenSCManagerA(
LPCSTR lpMachineName,
LPCSTR lpDatabaseName,
DWORD dwDesiredAccess
)
DESCRIPTION¶
Establish a connection to the service control manager and open its database.PARAMS¶
lpMachineName [In] Pointer to machine name string. lpDatabaseName [In] Pointer to database name string. dwDesiredAccess [In] Type of access.RETURNS¶
Success: A Handle to the service control manager database Failure: NULLIMPLEMENTATION¶
Declared in "winsvc.h". Implemented in "dlls/advapi32/service.c". Debug channel "service".Oct 2012 | Wine API |