Retrieves a name for the specified registry key.
#Include <WinAPIEx.au3>
_WinAPI_GetRegKeyNameByHandle ( $hKey )
| $hKey | Handle to an open registry key. |
| Success | The name of the key. |
| Failure | Empty string and sets the @error flag to non-zero, @extended flag may contain the NTSTATUS code. |
在MSDN中搜索