ReactOS 0.4.16-dev-122-g325d74c
|
#include <winsvc.h>
Public Attributes | |
DWORD | fIsLocked |
LPWSTR | lpLockOwner |
DWORD | dwLockDuration |
DWORD _QUERY_SERVICE_LOCK_STATUSW::dwLockDuration |
Definition at line 174 of file winsvc.h.
Referenced by Test_QueryLockStatusW().
DWORD _QUERY_SERVICE_LOCK_STATUSW::fIsLocked |
Definition at line 172 of file winsvc.h.
Referenced by Test_QueryLockStatusW().
LPWSTR _QUERY_SERVICE_LOCK_STATUSW::lpLockOwner |
Definition at line 173 of file winsvc.h.
Referenced by QueryServiceLockStatusW(), and Test_QueryLockStatusW().