From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::931; helo=mail-ua1-x931.google.com; envelope-from=tresko1@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-ua1-x931.google.com (mail-ua1-x931.google.com [IPv6:2607:f8b0:4864:20::931]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1F2521173C7A for ; Tue, 23 Oct 2018 16:06:33 -0700 (PDT) Received: by mail-ua1-x931.google.com with SMTP id m18so1177089uaq.2 for ; Tue, 23 Oct 2018 16:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=9Irq8WBWnly5pYfxYvDHrp+85ue2Bg3xa54cQyrEi6k=; b=N6U9iCuPkoeioeW90OdXvsVRx7nbQyrqCoD7/IKCqTwX+yiDUTnjtKh4WBdcWm4jLP eowG2BLT5CmILFopGwcbkJMis6qtCc3YI1sdmKmQFrw717qY4Ts5REujw1rc7hG/arFw ad5+iWLFNgMRyEyX3KITj1GY8m81I0WVJIqiRqvy3cl3cabXrOYBgmXLdcBIN1xgaxgL bYkgfymuwbaggUAJWnUSKFhZ5oUiJeZG8/PlDusXl10lIDcdH3LWqQR8a+BlFn8DBbtF DcVhAQZHeeQsltTcph7OAj/KtTNAZLRio7kMdgcxbg5RiC/C7dD9nDg1Fj5S1zsTFMXY 1snQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=9Irq8WBWnly5pYfxYvDHrp+85ue2Bg3xa54cQyrEi6k=; b=ctD81iKxwIkJIZOXVS35CpmYX9NFzhiGtjqU0QTe0VrnzlZpHfifNdaGZpHMVlkJpk L1VUcdCz8IQ8FWytkCybgnbCy0XwkpX19L9inUCRP2bL+7jJb50vpfkvNAGZSbSVLA9O CV8Ev9aIStVeHdlHu7YIUjtdIuE4JJmKt5K9PtFXrH5H9F0svyu5rKuXRwFI6f8gPg+L Rg0Dkcs5YwZIgSyd8itJy8hLtzg0KPovPRCV+iv5SqLNiy+khv+vN/VfkSWN+GSApIQY EHJaxJcijAsojPA6i2POgvR2PbPIgUYOaIGZTRE4zH7t7KM6hVNTjTOHRJwqOzNcJ+uE KTVw== X-Gm-Message-State: AGRZ1gJ5hFsQ+wwQrI95upujbXFn1K7mLhTLDY1NWlf1QbTrR0lFGlWF E8bRj9VDHc/BM5HJ3JfdwYd5wFu6HyhDKARSbAb2hQ== X-Google-Smtp-Source: AJdET5f0z+OA39jrK/3NFWlwtaO8jc1MDmWeYVz/nkR0mwcYrh1Ht9w1InX3etxQQUZwVPwKFiBjmdhDE8RSTlTxnpg= X-Received: by 2002:ab0:15c5:: with SMTP id j5mr117337uae.50.1540335992008; Tue, 23 Oct 2018 16:06:32 -0700 (PDT) MIME-Version: 1.0 From: TVKR Date: Tue, 23 Oct 2018 18:06:20 -0500 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: OpenProtocolInformation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2018 23:06:34 -0000 Content-Type: text/plain; charset="UTF-8" Hi, If the main purpose of the OpenProtocolInformation service is to provide the complete list of agents currently using a specific protocol interface then what is the need for providing the Handle argument too as an input? Why does it matter what Handle was this queried protocol installed on? Thanks