 |
UnlockServiceDatabase ..msdn Add comment W32 Constants Translate this page |
 |
 |
The UnlockServiceDatabase function unlocks a service control manager database by releasing the specified lock.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL UnlockServiceDatabase(
SC_LOCK ScLock
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER UnlockServiceDatabase IN advapi32;
INTEGER ScLock
|
 |
 |
 |
| Parameters: |
 |
ScLock
[in] Lock obtained from a previous call to the LockServiceDatabase function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the UnlockServiceDatabase : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-12-14 21:55:57 | | Modified: | 2004-12-14 21:57:32 | Visited in last 7 days: 11 |