Retrieves the object identifier for the specified file or directory
#include <WinAPIFiles.au3>
_WinAPI_GetObjectID ( $sFilePath )
$sFilePath | 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. |
Failure: | Sets the @error flag to non-zero. |
Unlike _WinAPI_CreateObjectID(), this function only returns the object identifier. If a file or directory does not
have an object identifier, the function fails.
Search FSCTL_GET_OBJECT_ID in MSDN Library.