FileGetFileInfoByHandle Method (SafeFileHandle) |
[AlphaFS] Retrieves file information for the specified
SafeFileHandle.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static ByHandleFileInfo GetFileInfoByHandle(
SafeFileHandle handle
)
Public Shared Function GetFileInfoByHandle (
handle As SafeFileHandle
) As ByHandleFileInfo
public:
static ByHandleFileInfo^ GetFileInfoByHandle(
SafeFileHandle^ handle
)
static member GetFileInfoByHandle :
handle : SafeFileHandle -> ByHandleFileInfo
Parameters
- handle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
A SafeFileHandle connected to the open file or directory from which to retrieve the information.
Return Value
Type:
ByHandleFileInfoA
ByHandleFileInfo object containing the requested information.
See Also