Funktionreferenz


_WinAPI_GetObjectID


Retrieves the object identifier for the specified file or directory

#include <WinAPIFiles.au3>
_WinAPI_GetObjectID ( $sFilePath )

Parameter

$sFilePath Path to the file or directory from which the object identifier is to be retrieved.

Rückgabewert

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.

Bemerkungen

Unlike _WinAPI_CreateObjectID(), this function only returns the object identifier. If a file or directory does not
have an object identifier, the function fails.

Verwandte Funktionen

_WinAPI_CreateObjectID

Siehe auch

Suche nach FSCTL_GET_OBJECT_ID in der MSDN Bibliothek.