|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| DWORD | ScmAcquireServiceStartLock (IN BOOL IsServiceController, OUT LPSC_RPC_LOCK lpLock) |
| DWORD | ScmReleaseServiceStartLock (IN OUT LPSC_RPC_LOCK lpLock) |
| VOID | ScmQueryServiceLockStatusW (OUT LPQUERY_SERVICE_LOCK_STATUSW lpLockStatus) |
| VOID | ScmQueryServiceLockStatusA (OUT LPQUERY_SERVICE_LOCK_STATUSA lpLockStatus) |
Variables | |
| static PSTART_LOCK | pServiceStartLock = NULL |
| DWORD ScmAcquireServiceStartLock | ( | IN BOOL | IsServiceController, |
| OUT LPSC_RPC_LOCK | lpLock | ||
| ) |
Definition at line 31 of file lock.c.
Referenced by RLockServiceDatabase(), ScmStartService(), and wWinMain().
| VOID ScmQueryServiceLockStatusA | ( | OUT LPQUERY_SERVICE_LOCK_STATUSA | lpLockStatus | ) |
Definition at line 159 of file lock.c.
Referenced by RQueryServiceLockStatusA().
| VOID ScmQueryServiceLockStatusW | ( | OUT LPQUERY_SERVICE_LOCK_STATUSW | lpLockStatus | ) |
Definition at line 127 of file lock.c.
Referenced by RQueryServiceLockStatusW().
| DWORD ScmReleaseServiceStartLock | ( | IN OUT LPSC_RPC_LOCK | lpLock | ) |
Definition at line 82 of file lock.c.
Referenced by RUnlockServiceDatabase(), ScmStartService(), and wWinMain().
|
static |
Definition at line 21 of file lock.c.
Referenced by ScmAcquireServiceStartLock(), ScmQueryServiceLockStatusA(), ScmQueryServiceLockStatusW(), and ScmReleaseServiceStartLock().