函数参考


_WinAPI_GetRegKeyNameByHandle

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.

注意/说明

本函数需要 Windows Vista 或更高版本系统.

相关

详情参考

在MSDN中搜索