Struct windows_sys::Win32::System::Services::QUERY_SERVICE_LOCK_STATUSW
#[repr(C)]pub struct QUERY_SERVICE_LOCK_STATUSW {
pub fIsLocked: u32,
pub lpLockOwner: PWSTR,
pub dwLockDuration: u32,
}
Expand description
Required features: "Win32_System_Services"
Fields§
§fIsLocked: u32
§lpLockOwner: PWSTR
§dwLockDuration: u32