Retrieves the object identifier for the specified file or directory.
#Include <WinAPIEx.au3>
_WinAPI_GetObjectID ( $sPath )
$sPath | Path to the file or directory from which the object identifier is to be retrieved. |
Success | $tagGUID structure that contains the object identifier for the file or directory within the volume on which it resides. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索