From f18a00f8735a1fbc5cfbd4c76f29a51229ceb8ef Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Mon, 2 Jul 2018 19:51:47 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e970269..3335af5 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ In this case, use the monitor app (Or `GetDeviceList()`) to findle out the "Hand #### GetDeviceIdFromHandle `AHI.GetDeviceIdFromHandle(, [,] )` -eg `AHI.GetDeviceId(false, "ACPI\PNP0303")` to find a keyboard with the handle `ACPI\PNP0303` +This works in the same way as `GetDeviceId` above, except you pass a string containing the handle. +eg `AHI.GetDeviceIdFromHandle(false, "ACPI\PNP0303")` to find a keyboard with the handle `ACPI\PNP0303` #### GetKeyboardIdFromHandle `AHI.GetKeyboardIdFromHandle( [,] )`