pub unsafe extern "system" fn SetServiceObjectSecurity(
    hservice: SC_HANDLE,
    dwsecurityinformation: OBJECT_SECURITY_INFORMATION,
    lpsecuritydescriptor: *const SECURITY_DESCRIPTOR
) -> BOOL
Expand description

Required features: ‘Win32_System_Services’, ‘Win32_Foundation’, ‘Win32_Security’