Function SetServiceObjectSecurity

Source
pub unsafe extern "C" fn SetServiceObjectSecurity(
    hService: SC_HANDLE,
    dwSecurityInformation: SECURITY_INFORMATION,
    lpSecurityDescriptor: PSECURITY_DESCRIPTOR,
) -> BOOL