Funktionreferenz


_WinAPI_SetFileInformationByHandleEx


Sets the file information for the specified file

#include <WinAPIFiles.au3>
_WinAPI_SetFileInformationByHandleEx ( $hFile, $tFILEINFO )

Parameter

$hFile Handle to the file for which to change information. This handle must have an appropriate
permissions for the requested change.
$tFILEINFO $tagFILEINFO structure that contains the information to change.

Rückgabewert

Success: 1.
Failure: 0 and sets the @error flag to non-zero, @extended flag may contain the NTSTATUS error code.

Bemerkungen

None.

Siehe auch

Suche nach ZwSetInformationFile in der MSDN Bibliothek.